diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-03-24 16:46:57 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-03-24 16:46:57 -0400 |
commit | f77a5d79b4a9b4b44cb3786237931458265e49ed (patch) | |
tree | 9e6ccf151a5fe7fd4b6c0d4ded98a16d17e674a6 /src/share/m/gen_subkey | |
parent | b8c187a0803442fbf4d9c432cac90925791171aa (diff) | |
parent | b371a109bbaf7e1d1bd424a0495dafca1284ada9 (diff) |
Merge commit 'dkg/master'
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..." |