diff options
author | Maximilian Gass <mxey@ghosthacking.net> | 2009-07-01 16:27:45 +0200 |
---|---|---|
committer | Maximilian Gass <mxey@ghosthacking.net> | 2009-07-01 16:27:45 +0200 |
commit | f41f933ae94f326d21911cc3e251f1ffeecd4214 (patch) | |
tree | 1ac19ace662ba996219bbc929f0d8b85ee41efc4 /test/main | |
parent | 7d92c27544223fb1998dad1300b8e0e67d9f53a9 (diff) |
Undotfiled the store
Diffstat (limited to 'test/main')
-rwxr-xr-x | test/main | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ while [[ $1 == --* ]] { } typeset envstore=${1-envstore} -typeset store_file=${2-/tmp/.envstore-$UID} +typeset store_file=${2-/tmp/envstore-$UID} trap "print -P '\n%N:%i: %B%F{red}Test faild!%F{default}%b'" ZERR trap "$envstore clear" INT |