summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-25 22:16:02 +0000
committerHolger Levsen <holger@layer-acht.org>2015-08-26 00:19:10 +0200
commitc6935d9a231a373b0622fe72c21b207348e62ec7 (patch)
tree993fc6a02af103ba75f449c6f8f339aa6a0f53cf /bin/reproducible_build.sh
parentbb9058b3ed3e0b8a4c5e6a3188beeb71a80ab7b3 (diff)
downloadjenkins.debian.net-c6935d9a231a373b0622fe72c21b207348e62ec7.tar.xz
reproducible: build: try another way to get diffoscope stderr into the rbuild
Diffstat (limited to 'bin/reproducible_build.sh')
-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 ba6a2722..aaa75936 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -298,7 +298,7 @@ call_diffoscope_on_changes_files() {
--text $TMPDIR/$DBDTXT \
$TMPDIR/b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes \
$TMPDIR/b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes" \
- ) 2>&1 >> $TMPLOG
+ 2>&1 ) >> $TMPLOG
RESULT=$?
if ! "$DEBUG" ; then set +x ; fi
set -e