diff options
author | Micah Anderson <micah@riseup.net> | 2009-03-22 19:57:35 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-03-22 19:57:35 -0400 |
commit | abd2c7a17b57d7b802353c851c2150b07824a3a5 (patch) | |
tree | b68855b2f19be7928459e4dc48bdf1b9aef95a5c /src/share/m/gen_subkey | |
parent | a6603e05c8067efca6197ec435696c1a45bcc517 (diff) | |
parent | 45d416f40d4a300b71a83f67b1324dd8744d4b3a (diff) |
Merge commit 'jrollins/master'
Conflicts:
website/download.mdwn
Diffstat (limited to 'src/share/m/gen_subkey')
-rw-r--r-- | src/share/m/gen_subkey | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/share/m/gen_subkey b/src/share/m/gen_subkey index dbd9dd6..a0fa3ce 100644 --- a/src/share/m/gen_subkey +++ b/src/share/m/gen_subkey @@ -44,8 +44,7 @@ Type '$PGRM help' for usage." check_gpg_authentication_subkey "$keyID" # generate the list of commands that will be passed to edit-key - editCommands=$(cat <<EOF -addkey + editCommands="addkey 7 S E @@ -53,9 +52,7 @@ A Q $keyLength 0 -save -EOF -) +save" # setup the temp fifo dir for retrieving the key password log debug "creating password fifo..." |