Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-05-10 17:12:02 +02:00
parent ee076ef7e9
commit 14708a9c59
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ __cdist_exit_on_kill()
}
trap __cdist_tmp_removal EXIT
trap __cdist_exit_on_kill SIGINT SIGTERM
trap __cdist_exit_on_kill INT TERM
################################################################################