From dce9e38a35b181cf22cbdfd3d20ef4046512dfa5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 7 Jan 2015 01:34:02 +0100 Subject: reproducible: fixup 3f497a20c, thanks mapreri --- 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 21f81952..9f44fa4f 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -164,7 +164,7 @@ else if [ $RESULT -eq 124 ] ; then echo "$(date) - debbindiff was killed after running into timeout... maybe there is still $REPRODUCIBLE_URL/userContent/dbd/${LOGFILE}" | tee -a ${RBUILDLOG} if [ ! -s ./${LOGFILE} ] ; then - echo "$(date) - debbindiff produced no output and was killed after running into timeout..." + echo "$(date) - debbindiff produced no output and was killed after running into timeout..." >> ${LOGFILE} fi elif [ $RESULT -eq 1 ] ; then DEBBINDIFFOUT="debbindiff found issues, please investigate $REPRODUCIBLE_URL/userContent/dbd/${LOGFILE}" -- cgit v1.2.3-54-g00ecf