Let nonexistant files be passed on -f for init. - pee - Pee a password manager;… | |
git clone git://vernunftzentrum.de/pee.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 810c7d5e73663f7fa6094b2c446386665342693c | |
parent c95023b2fdc87ba95dc2a68f8a8aa4e31968d38e | |
Author: Christian Kellermann <[email protected]> | |
Date: Thu, 21 Apr 2016 15:14:16 +0200 | |
Let nonexistant files be passed on -f for init. | |
Diffstat: | |
pee.scm | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
--- | |
diff --git a/pee.scm b/pee.scm | |
@@ -262,8 +262,7 @@ | |
"Use FILE as the database" | |
(required #f) | |
(single-char #\f) | |
- (value (required FILE) | |
- (predicate ,check-access))) | |
+ (value (required FILE))) | |
(merge | |
"Merge their DB file into our DB file" | |
(required #f) |