aboutsummaryrefslogtreecommitdiffstats
path: root/BitKeeper
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-04 04:20:58 +0000
committerChris Larson <clarson@kergoth.com>2004-12-04 04:20:58 +0000
commitbc996c3b46621a3c92bef16a47aba923e636bc82 (patch)
tree79b629f7efa268de10f61fd32aa7b3636848abda /BitKeeper
parent22f417117110108112a7673025f4fee51bb5bfde (diff)
downloadopenembedded-bc996c3b46621a3c92bef16a47aba923e636bc82.tar.gz
Quiet the CIA trigger a bit.
BKrev: 41b13b2agovF4x3XZlAZAl44ynm5iQ
Diffstat (limited to 'BitKeeper')
-rw-r--r--BitKeeper/triggers/post-outgoing.ciabot2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot
index 60c2bb46d1..5937cc6d4b 100644
--- a/BitKeeper/triggers/post-outgoing.ciabot
+++ b/BitKeeper/triggers/post-outgoing.ciabot
@@ -53,7 +53,7 @@ check_projects () {
while read _p _s _e; do
_sshort=`echo $_s|sed -e's,.bkbits.net,,'`
- if (echo $BKD_ROOT|grep "/${_sshort}"); then
+ if (echo $BKD_ROOT|grep -q "/${_sshort}"); then
project_name=${_p}
return_address=${_e}
fi