chiark
/
gitweb
/
~mdw
/
ssh-ca
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
83e706f
)
bin/sign: Don't continue processing after encountering a directive.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Jul 2014 17:12:26 +0000
(18:12 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Jul 2014 17:12:26 +0000
(18:12 +0100)
bin/sign
patch
|
blob
|
blame
|
history
diff --git
a/bin/sign
b/bin/sign
index 7c84ae6881fc46af065f5a60ffb56dbc4427489f..c1f7c6220a018d1d170bafef3679f890cb8e05ba 100755
(executable)
--- a/
bin/sign
+++ b/
bin/sign
@@
-40,7
+40,7
@@
while read line <&3; do
## Read the host line.
set -- $line
case "$1" in
## Read the host line.
set -- $line
case "$1" in
- @domain) domain=$2 ;;
+ @domain) domain=$2
; continue
;;
@*) echo >&2 "$0: unknown directive \`$1'"; exit 1 ;;
esac
host=$1
@*) echo >&2 "$0: unknown directive \`$1'"; exit 1 ;;
esac
host=$1