Another install script fix

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-10-03 17:07:03 -07:00
parent f2cc68b93b
commit 5e81bdfe19

View File

@ -109,7 +109,9 @@ finished=0
configure=1
while [ $finished -eq 0 ] ; do
case "$1" in
option="$1"
case "$option" in
-*)
option=${option#-}