Author: esr
Date: Wed May  2 19:48:19 2007
New Revision: 17271

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17271&view=rev
Log:
Fix quoting problem.

Modified:
    trunk/utils/change_textdomain

Modified: trunk/utils/change_textdomain
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/change_textdomain?rev=17271&r1=17270&r2=17271&view=diff
==============================================================================
--- trunk/utils/change_textdomain (original)
+++ trunk/utils/change_textdomain Wed May  2 19:48:19 2007
@@ -95,7 +95,7 @@
 
     file=$1; shift
     new=/tmp/over$$; old=/tmp/under$$
-    trap \'rm -f $new $old ; exit 1\' 1 2 15
+    trap 'rm -f $new $old ; exit 1' 1 2 15
 
     if PATH=$opath "$@" >$new
     then


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to