mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
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
|
||||
|
||||
while [ $finished -eq 0 ] ; do
|
||||
case "$1" in
|
||||
option="$1"
|
||||
|
||||
case "$option" in
|
||||
-*)
|
||||
option=${option#-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user