m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

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

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=$?