Redeclare pn

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-03-29 19:05:17 -07:00
parent 8a695b4073
commit 4c2cdd5a07

View File

@ -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#*=}