]> gitweb.fluxo.info Git - firma.git/commitdiff
forget the previous commit :PPP
authorrhatto <rhatto>
Mon, 26 Sep 2005 02:42:54 +0000 (02:42 +0000)
committerrhatto <rhatto>
Mon, 26 Sep 2005 02:42:54 +0000 (02:42 +0000)
firma

diff --git a/firma b/firma
index 964c552d077a14cdea23ba9b251be9164691023e..0e389fb0d5b44ed937ffc28a0c69e27421cf963a 100755 (executable)
--- 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