diff options
-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 4fe8aa8e..9c1a69ea 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -414,7 +414,7 @@ build_rebuild() { --buildresult b2 \ ${SRCPACKAGE}_${EVERSION}.dsc ) 2>&1 | tee -a ${RBUILDLOG} - if ! "$DEBUG" ; then set +x ; fi + if ! "$DEBUG" ; then set +x ; fi if [ -f b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; then # both builds were fine, i.e., they did not FTBFS. FTBFS=0 |