From 2eab3acf1b3efe7a043f385135726c30bc6c6b87 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 10 Oct 2015 01:59:23 +0200 Subject: reproducible: fix irc notification --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf