From effe3184ebda5847ec858f3bb61ed4a0e7382363 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 20 Jun 2015 18:24:40 +0000 Subject: reproducible: build: fix typo --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 103d45ab..a33721fc 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -260,7 +260,7 @@ call_debbindiff() { echo | tee -a ${RBUILDLOG} NEW_DEBBINDIFF_TMP_COUNT=$(find "$TEMP" -maxdepth 1 -name tmp*debbindiff | wc -l) if [ "$OLD_DEBBINDIFF_TMP_COUNT" != "$NEW_DEBBINDIFF_TMP_COUNT" ]; then - irc_msg "debbindiff calls on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE or ${BUILD_URL}console left cruft, please help investigate and fix 788568" + irc_message "debbindiff calls on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE or ${BUILD_URL}console left cruft, please help investigate and fix 788568" fi case $RESULT in 0) -- cgit v1.2.3-54-g00ecf