From 1bb35e8d63f3c28d29f0c033333aeff7a57bde91 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 14 Mar 2010 23:25:40 -0400 Subject: added comment about why the key file is named with whitespace --- src/monkeysphere | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/monkeysphere') 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 -- cgit v1.2.3