summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-09 12:04:56 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-09 12:04:56 +0100
commitb0f087b7147e0ea01770e121a56407850733f126 (patch)
tree303ad427c53c121ca7bdbf06c9488bec22bfd45a /bin/reproducible_freebsd.sh
parent49fe38b77e911d53abd9c18640e7ab9847f7eda2 (diff)
downloadjenkins.debian.net-b0f087b7147e0ea01770e121a56407850733f126.tar.xz
reproducible freebsd: dont fail on cleanup
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh1
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"