diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-31 22:23:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-31 22:24:05 +0200 |
commit | 25d8c5b95ca2277cef3e86b3d0cf18c08d9eadda (patch) | |
tree | e6a0bef3ebab9085567f077ea48105e2a6e87896 /cli | |
parent | 249aa3187108af883344c635564145c27961c167 (diff) |
oops
Diffstat (limited to 'cli')
-rwxr-xr-x | cli/icevault | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/icevault b/cli/icevault index 7bbc37f..d679b04 100755 --- a/cli/icevault +++ b/cli/icevault @@ -169,7 +169,7 @@ sub loadConfig() { error "Insecure C<%s>", $CONFIG{pwgen} unless $CONFIG{pwgen} =~ /\A([-_\@a-zA-Z0-9\.%\/= ]+)\z/; $CONFIG{pwgen} = $1; - $CONFIG{gpg} //= qw/gpg --quiet/; + $CONFIG{gpg} //= 'gpg --quiet'; $CONFIG{gpg} =~ s#\A~/#$ENV{HOME}#; error "Insecure C<%s>", $CONFIG{gpg} unless $CONFIG{gpg} =~ /\A([-_\@a-zA-Z0-9\.%\/= ]+)\z/; $CONFIG{gpg} = $1; |