getopts bugfix

This commit is contained in:
Matthew Saunders Brown 2021-03-01 12:05:20 -08:00
parent 4364e47606
commit 9fd01b5dd4

View File

@ -48,7 +48,6 @@ while getopts "h" opt; do
h ) h )
help help
exit;; exit;;
;;
\? ) \? )
echo "Invalid option: $OPTARG" 1>&2 echo "Invalid option: $OPTARG" 1>&2
exit;; exit;;