`install --bin` just for downloading the binary

This commit is contained in:
Junegunn Choi 2015-04-16 21:58:41 +09:00
parent d1d59272a2
commit 2db2feea37
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ if [ -n "$binary_error" ]; then
echo "OK"
fi
[[ "$*" =~ "--bin" ]] && exit 0
# Auto-completion
ask "Do you want to add auto-completion support?"
auto_completion=$?