diff --git a/prepare.sh b/prepare.sh index 792a08c4b..c2ff11fc0 100755 --- a/prepare.sh +++ b/prepare.sh @@ -18,6 +18,12 @@ opts=$(getopt \ -- "$@" ) +if [ $? -ne 0 ] +then + echo "Try '--help' for more information." + exit 1 +fi + eval set -- ${opts} while true; do