From: Chris Larson Date: Wed, 4 Feb 2004 02:59:14 +0000 (+0000) Subject: BUGFIX: Kill trailing ns in CIA notifications.. apparently :C:\n consumes the \,... X-Git-Tag: Release-2010-05/1~20167 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b81e046979af0b2dd33e55140d34586ad788399;p=openembedded.git BUGFIX: Kill trailing ns in CIA notifications.. apparently :C:\n consumes the \, but :C: \n does not. BKrev: 40206002RN6zOvVKQA80bDxpNCZSVw --- 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 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 -e 's/\&/\&\;/g;s//\>\;/g;' echo " " cat <