diff options
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 19ec958b..6f3c2a6f 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -13,6 +13,7 @@ common_init "$@" set -e cleanup_tmpdirs() { + set +e cd $RSSH "sudo chflags -R noschg $TMPDIR" $RSSH "rm -r $TMPDIR" |