Fix #394 - --bin option is broken
This commit is contained in:
parent
a1184ceb4e
commit
5694b5ed30
1
install
1
install
@ -41,6 +41,7 @@ for opt in $@; do
|
|||||||
--no-completion) auto_completion=0 ;;
|
--no-completion) auto_completion=0 ;;
|
||||||
--update-rc) update_config=1 ;;
|
--update-rc) update_config=1 ;;
|
||||||
--no-update-rc) update_config=0 ;;
|
--no-update-rc) update_config=0 ;;
|
||||||
|
--bin) ;;
|
||||||
*)
|
*)
|
||||||
echo "unknown option: $opt"
|
echo "unknown option: $opt"
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user