summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-09-01 18:55:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-09-01 22:34:22 +0200
commit5f1fe743479a7f7e8f1fadc5d707e5d7be8e8332 (patch)
tree2f0228d775871f4a60495cf064530d6aed334cc8
parentecdf85924f1765fc98ae98021a82d9d68482bc27 (diff)
downloadjenkins.debian.net-5f1fe743479a7f7e8f1fadc5d707e5d7be8e8332.tar.xz
Use parens, not another colon.
Looks better on IRC..
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index adabc3d7..461fbf13 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -81,7 +81,7 @@ save_artifacts() {
if [ ! -z "$NOTIFY" ] ; then
local MESSAGE="Artifacts for ${SRCPACKAGE} (${SUITE}/${ARCH}) published: $URL"
if [ "$NOTIFY" = "diffoscope" ] ; then
- MESSAGE="$MESSAGE: error when running $DIFFOSCOPE"
+ MESSAGE="$MESSAGE (error when running $DIFFOSCOPE)"
fi
irc_message "$MESSAGE"
fi