diff options
-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 |