chiark
/
gitweb
/
~mdw
/
distorted-keys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
feee3ba
)
keyfunc.sh.in (prepare): Exit nonzero if ACL check fails.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 25 Dec 2011 23:43:50 +0000
(23:43 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 26 Dec 2011 00:08:44 +0000
(
00:08
+0000)
Just a missing return code.
keyfunc.sh.in
patch
|
blob
|
blame
|
history
diff --git
a/keyfunc.sh.in
b/keyfunc.sh.in
index aae5598877dd90272cea7a87a32ff2928e1d1cfb..82ed9e5f37a58f859568e0f18941330722408162 100644
(file)
--- a/
keyfunc.sh.in
+++ b/
keyfunc.sh.in
@@
-474,7
+474,7
@@
prepare () {
done
case $verdict in
- forbid) echo >&2 "$quis: $op access to key \`$key' forbidden"; exit ;;
+ forbid) echo >&2 "$quis: $op access to key \`$key' forbidden"; exit
1
;;
esac
}