2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2025-04-21 01:03:39 +02:00
This commit is contained in:
floatingatoll 2017-01-16 15:43:47 +00:00 committed by GitHub
commit cdfaddc02d

View File

@ -1991,11 +1991,11 @@ do
shift
break
;;
# -*)
# UNKNOWNOPTIONS=$((UNKNOWNOPTIONS+$1))
# # echo "WARN: Unknown option (ignored): $1" >&2
# shift
# ;;
-*)
UNKNOWNOPTIONS=$((UNKNOWNOPTIONS+$1))
echo "$0: Unknown option: $1" >&2
exit 1
;;
*) # no more options we understand.
break
;;