diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 4d109857..f89346dc 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -194,6 +194,7 @@ handle_not_for_us() { } handle_ftbfs() { + if ! "$DEBUG" ; then set +x ; fi local BUILD echo "${SRCPACKAGE} failed to build from source." for BUILD in "1" "2"; do |