From c72b624c167a27d826f2cf7d1a1ff37b0d0558a9 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 17 Nov 2015 19:20:39 +0000 Subject: reproducible: build: \n here is meant as a newline, so echo -e --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index c6ae6c0a..a3760352 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -103,7 +103,7 @@ update_db_and_html() { if [ "${OLD_STATUS}" = "reproducible" ] && [ "$STATUS" != "depwait" ] && \ ( [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ) ; then MESSAGE="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}" - echo "\n$MESSAGE" | tee -a ${RBUILDLOG} + echo -e "\n$MESSAGE" | tee -a ${RBUILDLOG} irc_message "$MESSAGE" # disable ("regular") irc notification unless it's due to diffoscope problems if [ ! -z "$NOTIFY" ] && [ "$NOTIFY" != "diffoscope" ] ; then -- cgit v1.2.3-54-g00ecf