projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381f2e4
)
Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus.org...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Jun 2006 01:24:08 +0000
(
01:24
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Jun 2006 01:24:08 +0000
(
01:24
-0000)
svn path=/main/branches/2.1/; revision=3551
bin/etc-update
patch
|
blob
|
history
diff --git
a/bin/etc-update
b/bin/etc-update
index b77c2a044ab44addd76ca10ae5aae8e951c9388d..7cbe385cae95ea75e54a2bfff899c9f3093e0b30 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}