Author: soliton
Date: Sun Aug 31 23:37:30 2008
New Revision: 29146
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29146&view=rev
Log:
* don't try to trap SIGKILL but SIGHUP instead
Modified:
trunk/utils/wesnoth-optipng
Modified: trunk/utils/wesnoth-optipng
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/wesnoth-optipng?rev=29146&r1=29145&r2=29146&view=diff
==============================================================================
--- trunk/utils/wesnoth-optipng (original)
+++ trunk/utils/wesnoth-optipng Sun Aug 31 23:37:30 2008
@@ -122,7 +122,7 @@
nice -n $opti_nice convert --help 2> /dev/null 1> /dev/null ||
report_absent_tool convert
# Set-up a trap to avoid leaving orphan tempfiles behind.
-trap user_int SIGINT SIGKILL SIGTERM
+trap user_int SIGHUP SIGINT SIGTERM
filelist=$(find -iname "*.png")
for f in $filelist; do
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits