X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/blobdiff_plain/8bcf3925f41373c95e6aa5470992fbf7058e8e21..fcacefc921209902c8c18cf0797250b7b0839d87:/bin/sign 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.