some more fixes and tweaks to get things working in the new setup
[monkeysphere.git] / src / subcommands / m / subkey_to_ssh_agent
index 9bedb5e3eb1667673166b89724a9a0b2d4c19c85..012c95f80f5bbce1640821fb3eada10e15b1b078 100644 (file)
@@ -44,7 +44,8 @@ For more details, see:
        failure "Could not connect to ssh-agent"
     fi
     
-    # get list of secret keys (to work around https://bugs.g10code.com/gnupg/issue945):
+    # get list of secret keys (to work around bug
+    # https://bugs.g10code.com/gnupg/issue945):
     secretkeys=$(gpg --list-secret-keys --with-colons --fixed-list-mode --fingerprint | \
        grep '^fpr:' | cut -f10 -d: | awk '{ print "0x" $1 "!" }')