From 7e2e88f61289fbde091597c6075eb4fde63dd87f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Jun 2006 01:24:08 +0000 Subject: Fix signal handling for bug #96331. Thanks to S. Caglar Onur for this patch which is also in trunk r3505. svn path=/main/branches/2.1/; revision=3551 --- bin/etc-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/etc-update b/bin/etc-update index b77c2a044..7cbe385ca 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -353,8 +353,8 @@ Please select from the menu above (-1 to exit, losing this merge): " } function die() { - trap "" term - trap "" kill + trap "" TERM + trap "" KILL echo "Exiting: ${1}" rm -rf ${TMP} exit ${2} -- cgit v1.2.3-1-g7c22