remove shift: --one-per doesn't take a param

This commit is contained in:
Eric House 2012-05-08 06:15:06 -07:00
parent 155df55b5c
commit f7c49a6620

View file

@ -495,7 +495,6 @@ while [ "$#" -gt 0 ]; do
;; ;;
--one-per) --one-per)
ONEPER=TRUE ONEPER=TRUE
shift
;; ;;
--host) --host)
HOST=$(getArg $*) HOST=$(getArg $*)