From: Chris Larson Date: Fri, 30 Jan 2004 06:14:38 +0000 (+0000) Subject: Kill the extranious trailing backslashes at end of line in changeset comments, in... X-Git-Tag: Release-2010-05/1~20200 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2374ee6085322ab4b430946f6d299c7f0adb6a0;p=openembedded.git Kill the extranious trailing backslashes at end of line in changeset comments, in our CIA notification. BKrev: 4019f64eq9_ktdiIwtEtXzfMULQKFQ --- diff --git a/BitKeeper/triggers/ciabot_bk.sh b/BitKeeper/triggers/ciabot_bk.sh index 8af6a043f5..df62565f20 100644 --- a/BitKeeper/triggers/ciabot_bk.sh +++ b/BitKeeper/triggers/ciabot_bk.sh @@ -56,7 +56,7 @@ Subject: DeliverXML $files EOF echo " " -bk changes -r"$REV" -d'$if(:C:){$each(:C:){:C:\\\n}}' | sed 's/\&/\&/g;s//\>/g' +bk changes -r"$REV" -d'$if(:C:){$each(:C:){:C:\\n}}' | sed 's/\&/\&\;/g;s//\>\;/g' echo " " cat <