From b18b8fab77896e2bae12a904e7a6f35a688f823c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Oct 2014 10:26:13 +0200 Subject: reproducible: fix typo --- 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 4272b636..2978282b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -175,7 +175,7 @@ for SRCPACKAGE in ${PACKAGES} ; do RESULT=$? set -e if [ $RESULT -eq 124 ] ; then - echo "$(date) - debbindiff.py was killed after running into timeouot..." >> ./${RBUILDLOG} + echo "$(date) - debbindiff.py was killed after running into timeouot..." >> ${RBUILDLOG} fi if [ ! -f ./${LOGFILE} ] && [ -f b1/${BUILDINFO} ] ; then cleanup_userContent -- cgit v1.2.3-54-g00ecf