From fd97cb52975a11ba2e019f12c1aecd5123bd2204 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 27 Feb 2024 11:17:27 +0100 Subject: debvm-create: explain the trap 'exit 1' Reported-by: Johannes Schauer Marin Rodrigues --- bin/debvm-create | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/debvm-create') diff --git a/bin/debvm-create b/bin/debvm-create index c148ed2..1c59a83 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -424,6 +424,7 @@ cleanup() { } trap cleanup EXIT +# The default action for these signals does not invoke the EXIT trap. trap 'exit 1' HUP INT QUIT TERM TEMPROOT="$(mktemp -d)" -- cgit v1.2.3