summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMaximilian Gass <mxey@ghosthacking.net>2009-07-01 16:27:45 +0200
committerMaximilian Gass <mxey@ghosthacking.net>2009-07-01 16:27:45 +0200
commitf41f933ae94f326d21911cc3e251f1ffeecd4214 (patch)
tree1ac19ace662ba996219bbc929f0d8b85ee41efc4 /bin
parent7d92c27544223fb1998dad1300b8e0e67d9f53a9 (diff)
Undotfiled the store
Diffstat (limited to 'bin')
-rwxr-xr-xbin/envstore2
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;