diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-28 10:10:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-28 10:10:28 +0100 |
commit | 98b34b0123389766113b5c66b10229a2d55e7865 (patch) | |
tree | 51dbcab8d5eb9301461656aa76c93a1fd804f24c | |
parent | 1640f16357ccc2a9a9fcfa08075880df79bdfeb7 (diff) | |
download | jenkins.debian.net-98b34b0123389766113b5c66b10229a2d55e7865.tar.xz |
Revert "reproducible netbsd: enable specific debug"
This reverts commit d62a1d054dc3948aff3493fa69b195173370e5a7.
-rwxr-xr-x | bin/reproducible_netbsd.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index b6d35b1e..e96641fa 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -107,9 +107,6 @@ for MACHINE in $MACHINES ; do echo "${MACHINE} done, second time." done -# temp debug -set -x - # reset environment to default values again export LANG="en_GB.UTF-8" unset LC_ALL |