Correct CIA trigger to operate properly on all bk versions again.
authorChris Larson <clarson@kergoth.com>
Thu, 27 May 2004 19:21:35 +0000 (19:21 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 27 May 2004 19:21:35 +0000 (19:21 +0000)
BKrev: 40b63fbfJIsMcqiEG5hCwSiwblAmdg

BitKeeper/triggers/post-outgoing.ciabot

index 3fead58..68a1364 100644 (file)
@@ -42,9 +42,9 @@ check_sanity () {
 # Check sanity - do we need to send anything?
 check_sanity || exit 0
 
-if (grep -q ':ChangeSet:' $BK_CSETLIST); then
+if (grep -q 'ChangeSet' $BK_CSETLIST); then
     # new, correct csets-out format
-    nums = `bk changes -d:REV: - < $BK_CSETLIST`
+    nums=`bk changes -d:REV: - < $BK_CSETLIST`
 else
 
     # Convert numbers from the cset list into something useful