summaryrefslogtreecommitdiffstats
path: root/bin/email2irc.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-02-25 18:03:33 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-25 18:03:33 +0100
commitd485cedec0664af4bf61076100717875a8ed4754 (patch)
treee69945229708dd7ba57ca6ce950c448873f08cce /bin/email2irc.sh
parent60d61c12ba201d849f4d010bac23d34cd09321c0 (diff)
downloadjenkins.debian.net-d485cedec0664af4bf61076100717875a8ed4754.tar.xz
correctly replace notification url
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/email2irc.sh')
-rwxr-xr-xbin/email2irc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index 2a9bfe7f..ec7b1190 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -128,7 +128,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
MESSAGE="$(echo $MESSAGE | sed -s 's#\?page=changes$##') "
MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') "
MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') "
- MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect$##') "
+ MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect\>$##') "
# log message
echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE
# notify kgb