From 583c5ebef24e101c30a86a14d825b31dfa3fb07a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Jun 2008 21:46:04 +0200 Subject: oops --- bin/envstore | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/envstore') diff --git a/bin/envstore b/bin/envstore index 5341731..014cb47 100755 --- a/bin/envstore +++ b/bin/envstore @@ -98,5 +98,6 @@ elif command == "rm": save_raw() elif command == "clear": os.remove(store_filename) + os.remove(raw_filename) else: usage() -- cgit v1.2.3