diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-19 09:54:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-19 09:54:54 +0200 |
commit | d62a1d054dc3948aff3493fa69b195173370e5a7 (patch) | |
tree | e715e7269c0e2a33c688df0d982efc6f360d9fad /bin/reproducible_netbsd.sh | |
parent | 3228bf0b07c4548e91e324b5e0ef9a1bdaa66629 (diff) | |
download | jenkins.debian.net-d62a1d054dc3948aff3493fa69b195173370e5a7.tar.xz |
reproducible netbsd: enable specific debug
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 86d67136..a2cb28f1 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -107,6 +107,9 @@ 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 |