aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-09-26 02:42:54 +0000
committerrhatto <rhatto>2005-09-26 02:42:54 +0000
commit808876ac369f62e1e5b97a3d6a2073f196fe4c43 (patch)
treebd0c5fc8ff871c38db61893d388c17bad4c4afcf /firma
parent39c08f6c450550b436506d1ac93f8e00e60ef916 (diff)
downloadfirma-808876ac369f62e1e5b97a3d6a2073f196fe4c43.tar.gz
firma-808876ac369f62e1e5b97a3d6a2073f196fe4c43.tar.bz2
forget the previous commit :PPP
Diffstat (limited to 'firma')
-rwxr-xr-xfirma4
1 files 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