From: Daniel Kahn Gillmor Date: Mon, 15 Mar 2010 03:25:40 +0000 (-0400) Subject: added comment about why the key file is named with whitespace X-Git-Tag: monkeysphere_0.29~3 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1bb35e8d63f3c28d29f0c033333aeff7a57bde91;p=monkeysphere.git added comment about why the key file is named with whitespace --- diff --git a/src/monkeysphere b/src/monkeysphere index 2d5cba8..fe92960 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -284,6 +284,8 @@ case $COMMAND in 'sshfprs-for-userid') CHECK_KEYSERVER=${MONKEYSPHERE_CHECK_KEYSERVER:=${CHECK_KEYSERVER:="true"}} keytmpdir=$(msmktempdir) + # use a file named " " to avoid arbitrary non-whitespace text + # in the fingerprint output keytmpfile="$keytmpdir/ " cd "$keytmpdir" keys_for_userid "$@" | while read KEYLINE ; do