From 005768a07918915222b45759a91d2af203b98375 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sat, 12 Oct 2013 06:31:26 +0200 Subject: [PATCH] Correction : remote/gpg-gen-key : typo. --- remote/gpg-gen-key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/gpg-gen-key b/remote/gpg-gen-key index 8a47b03..e13939c 100755 --- a/remote/gpg-gen-key +++ b/remote/gpg-gen-key @@ -19,7 +19,7 @@ if test ! -e "$tool"/var/sec/openpgp/"$uid".pass.gpg fi if ! "$tool"/remote/gpg --list-keys -- "$uid" >/dev/null then - "$tool"/remote/gpg --batch --gen-key + "$tool"/remote/gpg --batch --gen-key <<-EOF # DOC: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob_plain;f=doc/DETAILS;hb=refs/heads/STABLE-BRANCH-1-4 Key-Type: RSA Key-Length: 4096 -- 2.20.1