Author: esr
Date: Wed May  2 20:09:14 2007
New Revision: 17272

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17272&view=rev
Log:
Fix a pathname glitch.

Modified:
    trunk/utils/change_textdomain

Modified: trunk/utils/change_textdomain
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/change_textdomain?rev=17272&r1=17271&r2=17272&view=diff
==============================================================================
--- trunk/utils/change_textdomain (original)
+++ trunk/utils/change_textdomain Wed May  2 20:09:14 2007
@@ -91,7 +91,7 @@
 # Replace a file with itself filtered by a command
 {
     opath=$PATH
-    PATH=/bin:usr/bin
+    PATH=/bin:/usr/bin
 
     file=$1; shift
     new=/tmp/over$$; old=/tmp/under$$


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

Reply via email to