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 shift
break break
;; ;;
# -*) -*)
# UNKNOWNOPTIONS=$((UNKNOWNOPTIONS+$1)) UNKNOWNOPTIONS=$((UNKNOWNOPTIONS+$1))
# # echo "WARN: Unknown option (ignored): $1" >&2 echo "$0: Unknown option: $1" >&2
# shift exit 1
# ;; ;;
*) # no more options we understand. *) # no more options we understand.
break break
;; ;;