diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |