summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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