getopts bugfix
This commit is contained in:
parent
4364e47606
commit
9fd01b5dd4
|
@ -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;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user