From: Mark Wooding Date: Sun, 26 Feb 2012 22:18:59 +0000 (+0000) Subject: bin/sign: Remove spurious initial blank line. X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/commitdiff_plain/fcacefc921209902c8c18cf0797250b7b0839d87 bin/sign: Remove spurious initial blank line. --- diff --git a/bin/sign b/bin/sign index 1d5f306..5d1380f 100755 --- a/bin/sign +++ b/bin/sign @@ -37,7 +37,11 @@ while read line <&3; do names="" ## If this is a different host, then start a new section of the list. - case "$host" in "$last") ;; *) { echo; echo "$host"; } >&4 ;; esac + case "$last" in + "%%%") echo "$host" >&4 ;; + "$host") ;; + *) { echo; echo "$host"; } >&4 ;; + esac last=$host ## Build a list of names for the host.