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 2687d91 commit bb89489Copy full SHA for bb89489
1 file changed
install.sh
@@ -157,6 +157,7 @@ while [ $# -gt 0 ]; do
157
;;
158
--*)
159
echo "Illegal option $1"
160
+ exit 1
161
162
esac
163
shift $(( $# > 0 ? 1 : 0 ))
0 commit comments