Author: esr
Date: Wed May  2 13:19:51 2007
New Revision: 17267

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17267&view=rev
Log:
Fix a syntax error.

Modified:
    trunk/utils/change_textdomain

Modified: trunk/utils/change_textdomain
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/change_textdomain?rev=17267&r1=17266&r2=17267&view=diff
==============================================================================
--- trunk/utils/change_textdomain (original)
+++ trunk/utils/change_textdomain Wed May  2 13:19:51 2007
@@ -131,11 +131,11 @@
     then
        usage
        die "a campaign name is required."
-    elif [ $old == "" ]
+    elif [ $old = "" ]
     then
        usage
        die "an old textdomain name is required."
-    elif [ $new == "" ]
+    elif [ $new = "" ]
     then
        usage
        die "a new textdomain name is required."


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

Reply via email to