diff options
author | rhatto <rhatto> | 2005-09-26 02:42:54 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2005-09-26 02:42:54 +0000 |
commit | 808876ac369f62e1e5b97a3d6a2073f196fe4c43 (patch) | |
tree | bd0c5fc8ff871c38db61893d388c17bad4c4afcf | |
parent | 39c08f6c450550b436506d1ac93f8e00e60ef916 (diff) | |
download | firma-808876ac369f62e1e5b97a3d6a2073f196fe4c43.tar.gz firma-808876ac369f62e1e5b97a3d6a2073f196fe4c43.tar.bz2 |
forget the previous commit :PPP
-rwxr-xr-x | firma | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |