summaryrefslogtreecommitdiffstats
path: root/bin/chroot-run.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-25 20:20:46 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-25 20:20:46 +0200
commit4a1e7451ee787c1f3a12c9d2adf4e9be4b6ddd1f (patch)
treeddaf81e17a238e3eea8c37451c12a4ecaba76844 /bin/chroot-run.sh
parentd058e868f7c82d545714ed091315b8c6d5b4f5d4 (diff)
downloadjenkins.debian.net-4a1e7451ee787c1f3a12c9d2adf4e9be4b6ddd1f.tar.xz
bugfix: remove trap, don't run cleanup twice
Diffstat (limited to 'bin/chroot-run.sh')
-rwxr-xr-xbin/chroot-run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh
index afec3721..f38befb9 100755
--- a/bin/chroot-run.sh
+++ b/bin/chroot-run.sh
@@ -118,3 +118,6 @@ EOF
bootstrap
run "$@"
cleanup
+
+trap - INT TERM EXIT
+