diff options
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index a67a206f..6894e6ce 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -16,7 +16,7 @@ cleanup_tmpdirs() { set +e cd $RSSH "sudo chflags -R noschg $TMPDIR" - $RSSH "rm -r $TMPDIR" + $RSSH "rm -r $TMPDIR" || true rm $TMPDIR -r $RSSH 'sudo rm -rf /usr/src' } |