mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Redeclare pn
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8a695b4073
commit
4c2cdd5a07
2
Shorewall-core/configure
vendored
2
Shorewall-core/configure
vendored
@ -55,6 +55,8 @@ for p in $@; do
|
|||||||
p=${p#--}
|
p=${p#--}
|
||||||
|
|
||||||
if [ -n "${p}" ]; then
|
if [ -n "${p}" ]; then
|
||||||
|
declare -u pn
|
||||||
|
|
||||||
pn=${p%=*}
|
pn=${p%=*}
|
||||||
pv=${p#*=}
|
pv=${p#*=}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user