From d412a96bfda5b4c124db341e0cf3ea14b5204d7c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 13 Jun 2006 04:21:01 +0000 Subject: Fix signal handling for bug #96331. Thanks to S. Caglar Onur for this patch. svn path=/main/trunk/; revision=3505 --- bin/etc-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/etc-update') diff --git a/bin/etc-update b/bin/etc-update index aa919ee72..2d523099b 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