Kill unnecessary echo in the cia trigger.
authorChris Larson <clarson@kergoth.com>
Thu, 28 Oct 2004 18:39:54 +0000 (18:39 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 28 Oct 2004 18:39:54 +0000 (18:39 +0000)
BKrev: 41813cfak1cXxFn4HkAxRN7i5K_3FA

BitKeeper/triggers/post-outgoing.ciabot

index 83a92e4..223c56d 100644 (file)
@@ -33,8 +33,7 @@ check_sanity () {
     # is on bkbits.net and b) we are the client.
     
     # Is parent a public BitKeeper repository at bkbits.net?
-    if !(echo $BKD_HOST|grep -qE '(bitkeeper.com|bitmover.com|bkbits.net)'); then
-        echo "BKD_HOST is $BKD_HOST"
+    if !(echo $BKD_HOST|grep -qE '(bitkeeper.com|bitmover.com|bkbits.net)$'); then
         return 1
     fi