From: rhatto Date: Mon, 26 Sep 2005 02:42:54 +0000 (+0000) Subject: forget the previous commit :PPP X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=808876ac369f62e1e5b97a3d6a2073f196fe4c43;p=firma.git forget the previous commit :PPP --- diff --git a/firma b/firma index 964c552..0e389fb 100755 --- a/firma +++ b/firma @@ -898,10 +898,10 @@ esac # erase all global arrays and variables for ARRAY in $GLOBAL_ARRAYS; do - unset ARRAY + unset $ARRAY done for VAR in $GLOBAL_VARS; do - unset VAR + unset $VAR done