forked from extern/shorewall_code
Another install script fix
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f2cc68b93b
commit
5e81bdfe19
@ -109,7 +109,9 @@ finished=0
|
|||||||
configure=1
|
configure=1
|
||||||
|
|
||||||
while [ $finished -eq 0 ] ; do
|
while [ $finished -eq 0 ] ; do
|
||||||
case "$1" in
|
option="$1"
|
||||||
|
|
||||||
|
case "$option" in
|
||||||
-*)
|
-*)
|
||||||
option=${option#-}
|
option=${option#-}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user