diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-08 10:26:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-08 10:26:13 +0200 |
commit | b18b8fab77896e2bae12a904e7a6f35a688f823c (patch) | |
tree | 2461eea41e073c49dce594648744838311304b3d | |
parent | 68f930e1b325fab86772dee0d377c9865b373423 (diff) | |
download | jenkins.debian.net-b18b8fab77896e2bae12a904e7a6f35a688f823c.tar.xz |
reproducible: fix typo
-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 |