summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh2
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'
}