projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfa7f9
)
Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus.org...
author
Zac Medico
<zmedico@gentoo.org>
Tue, 13 Jun 2006 04:21:01 +0000
(
04:21
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 13 Jun 2006 04:21:01 +0000
(
04:21
-0000)
svn path=/main/trunk/; revision=3505
bin/etc-update
patch
|
blob
|
history
diff --git
a/bin/etc-update
b/bin/etc-update
index aa919ee7288a0e48cc17e69c3b8cb416a3b56ea6..2d523099b2994bf73f7d8548096529016e1f613b 100755
(executable)
--- 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}