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 /bin | |
parent | 7d92c27544223fb1998dad1300b8e0e67d9f53a9 (diff) |
Undotfiled the store
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/envstore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envstore b/bin/envstore index e21c2ca..e71b780 100755 --- a/bin/envstore +++ b/bin/envstore @@ -7,7 +7,7 @@ use warnings; use Pod::Usage; use Simplestore; -my $store_file = "/tmp/.envstore-$>"; +my $store_file = "/tmp/envstore-$>"; my %store; my $action = shift; my $arg = shift; |