aboutsummaryrefslogtreecommitdiffstats
path: root/BitKeeper
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-02-04 02:59:14 +0000
committerChris Larson <clarson@kergoth.com>2004-02-04 02:59:14 +0000
commit1b81e046979af0b2dd33e55140d34586ad788399 (patch)
treea9d49c353410d6237b98edfccce71b0f9a6909d4 /BitKeeper
parent08a25432ff0ad1248127c5475e51e78f139b7f7f (diff)
downloadopenembedded-1b81e046979af0b2dd33e55140d34586ad788399.tar.gz
BUGFIX: Kill trailing ns in CIA notifications.. apparently :C:\n consumes the \, but :C: \n does not.
BKrev: 40206002RN6zOvVKQA80bDxpNCZSVw
Diffstat (limited to 'BitKeeper')
-rw-r--r--BitKeeper/triggers/ciabot_bk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/triggers/ciabot_bk.sh b/BitKeeper/triggers/ciabot_bk.sh
index 72e228ddc2..cd2892a5d1 100644
--- a/BitKeeper/triggers/ciabot_bk.sh
+++ b/BitKeeper/triggers/ciabot_bk.sh
@@ -56,7 +56,7 @@ Subject: DeliverXML
<files>$files</files>
EOF
echo " <log>"
-bk changes -r"$REV" -d'$if(:C:){$each(:C:){:C:\\n}}' | sed 's/\&/\&amp\;/g;s/</\&lt\;/g;s/>/\&gt\;/g'
+bk changes -r"$REV" -d'$if(:C:){$each(:C:){:C: \\n}}' | sed -e 's/\&/\&amp\;/g;s/</\&lt\;/g;s/>/\&gt\;/g;'
echo " </log>"
cat <<EOF
</commit>