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:15 +0200 |
commit | fd4b9def8664e311d24c2ade3a7fb80085fd84b0 (patch) | |
tree | 195bccef73aa4f739c363e2692798ae444974131 /cli | |
parent | 29d0ba559452918df62fba440ff4b854a9f9632d (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; |