From 5694b5ed30454f26f5741ab43a803b9a726a511d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 23 Oct 2015 17:43:34 +0900 Subject: [PATCH] Fix #394 - --bin option is broken --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 2a43c9b..6425713 100755 --- a/install +++ b/install @@ -41,6 +41,7 @@ for opt in $@; do --no-completion) auto_completion=0 ;; --update-rc) update_config=1 ;; --no-update-rc) update_config=0 ;; + --bin) ;; *) echo "unknown option: $opt" help