gimp-help-2 r2482 - trunk
- From: ulfehlert svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-help-2 r2482 - trunk
- Date: Mon, 9 Jun 2008 16:03:08 +0000 (UTC)
Author: ulfehlert
Date: Mon Jun 9 16:03:07 2008
New Revision: 2482
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2482&view=rev
Log:
2008-06-09 Ulf-D. Ehlert <ulfehlert svn gnome org>
* Makefile.am: changed "sed" script, since Solaris' sed can't handle
character class expressions; this should fix bug #529924
Modified:
trunk/ChangeLog
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Mon Jun 9 16:03:07 2008
@@ -23,7 +23,7 @@
image_lang_exclude = \
$(shell echo $(strip $(ALL_LINGUAS)) | \
sed -e '/^$$/d; \
- s/[[:blank:]]/ -o -name /g; \
+ s/ / -o -name /g; \
s/^/! \\( -name /; \
s/$$/ \\)/ ' \
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]