summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-10 01:59:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-10 01:59:23 +0200
commit2eab3acf1b3efe7a043f385135726c30bc6c6b87 (patch)
tree265b248511814be3fc67c40eb27874579f5cfbaf
parent11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb (diff)
downloadjenkins.debian.net-2eab3acf1b3efe7a043f385135726c30bc6c6b87.tar.xz
reproducible: fix irc notification
-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 2a7b4aea..73048284 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -652,7 +652,7 @@ check_buildinfo() {
rm $TMPFILE1 $TMPFILE2
set -e
if [ $RESULT -eq 1 ] ; then
- handle_unhandled "problem: different packages were installed in the 1st+2nd builds and also in the 2nd+3rd builds. Please check."
+ handle_unhandled "problem: different packages were installed in the 1st+2nd builds and also in the 2nd+3rd builds"
fi
fi
rm -f $TMPFILE1 $TMPFILE2