[Galago-commits] r2661 - trunk/libgalago

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Apr 2 17:02:53 PDT 2006


Author: chipx86
Date: 2006-04-02 17:02:51 -0700 (Sun, 02 Apr 2006)
New Revision: 2661

Modified:
   trunk/libgalago/setup-gettext
Log:
Break not.


Modified: trunk/libgalago/setup-gettext
===================================================================
--- trunk/libgalago/setup-gettext	2006-04-02 23:39:45 UTC (rev 2660)
+++ trunk/libgalago/setup-gettext	2006-04-03 00:02:51 UTC (rev 2661)
@@ -179,7 +179,7 @@
 	echo n | autopoint --force || abort
 	restore_m4
 
-	if -o $GETTEXT_MINOR_VERSION -ge 12; then
+	if test $GETTEXT_MINOR_VERSION -ge 12; then
 		cp po/Makefile.in.in po/.tmp-Makefile.in.in
 		sed -e 's#echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in
 		rm po/.tmp-Makefile.in.in



More information about the galago-commits mailing list