getopts bugfix
This commit is contained in:
parent
4364e47606
commit
9fd01b5dd4
|
@ -48,7 +48,6 @@ while getopts "h" opt; do
|
|||
h )
|
||||
help
|
||||
exit;;
|
||||
;;
|
||||
\? )
|
||||
echo "Invalid option: $OPTARG" 1>&2
|
||||
exit;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user