From 808876ac369f62e1e5b97a3d6a2073f196fe4c43 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 26 Sep 2005 02:42:54 +0000 Subject: forget the previous commit :PPP --- firma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3