summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-08 10:26:13 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-08 10:26:13 +0200
commitb18b8fab77896e2bae12a904e7a6f35a688f823c (patch)
tree2461eea41e073c49dce594648744838311304b3d /bin
parent68f930e1b325fab86772dee0d377c9865b373423 (diff)
downloadjenkins.debian.net-b18b8fab77896e2bae12a904e7a6f35a688f823c.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
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