intltool r767 - trunk
- From: dobey svn gnome org
- To: svn-commits-list gnome org
- Subject: intltool r767 - trunk
- Date: Mon, 17 Nov 2008 13:38:28 +0000 (UTC)
Author: dobey
Date: Mon Nov 17 13:38:27 2008
New Revision: 767
URL: http://svn.gnome.org/viewvc/intltool?rev=767&view=rev
Log:
2008-11-17 Rodney Dawes <dobey pwns gmail com>
* Makefile.in.in:
Quote the grep arguments that use ^
Fixes #559528
Modified:
trunk/ChangeLog
trunk/Makefile.in.in
Modified: trunk/Makefile.in.in
==============================================================================
--- trunk/Makefile.in.in (original)
+++ trunk/Makefile.in.in Mon Nov 17 13:38:27 2008
@@ -56,7 +56,7 @@
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]