Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove getopts expected argument from -h
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Apr 12, 2016
1 parent 6bdb25d commit ea12cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/quickbuild.sh
Expand Up @@ -2,7 +2,7 @@
#set -x

gwtMode="-Dchromefirefox"
while getopts "cfh:" opt; do
while getopts "cfh" opt; do
case ${opt} in
c)
gwtMode="-Dchrome"
Expand Down

0 comments on commit ea12cb6

Please sign in to comment.