From c6935d9a231a373b0622fe72c21b207348e62ec7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 25 Aug 2015 22:16:02 +0000 Subject: reproducible: build: try another way to get diffoscope stderr into the rbuild --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf