We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fb31f commit a45b4b5Copy full SHA for a45b4b5
1 file changed
install.sh
@@ -126,6 +126,7 @@ while [ $# -gt 0 ]; do
126
;;
127
--*)
128
echo "Illegal option $1"
129
+ exit 1
130
131
esac
132
shift $(( $# > 0 ? 1 : 0 ))
0 commit comments