[Libreoffice-commits] .: i18npool/CustomTarget_breakiterator.mk

Caolán McNamara caolan at kemper.freedesktop.org
Fri May 11 06:36:27 PDT 2012


 i18npool/CustomTarget_breakiterator.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit dccbc03adc6bd2eed0497dd99866f70113a46dca
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri May 11 14:34:20 2012 +0100

    dump transformed output
    
    Change-Id: I4aec3fbd6cc8bad7cbeaaef6e9909b83b7771fe1

diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk
index a107ded..50ab96b 100644
--- a/i18npool/CustomTarget_breakiterator.mk
+++ b/i18npool/CustomTarget_breakiterator.mk
@@ -104,7 +104,8 @@ $(i18npool_BIDIR)/%.txt : \
 	$(SRCDIR)/i18npool/source/breakiterator/data/%.txt | $(i18npool_BIDIR)/.dir
 ifeq ($(ICU_RECLASSIFIED_CLOSE_PARENTHESIS),YES)
 ifeq ($(ICU_RECLASSIFIED_PREPEND_SET_EMPTY),YES)
-	sed "s#\[:LineBreak =  Close_Punctuation:\]#\[\[:LineBreak =  Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< | sed "/\<Prepend\>/d" > $@
+	sed "s#\[:LineBreak =  Close_Punctuation:\]#\[\[:LineBreak =  Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< | sed "/Prepend/d" > $@
+	cat $@
 else
 	sed "s#\[:LineBreak =  Close_Punctuation:\]#\[\[:LineBreak =  Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< > $@
 endif


More information about the Libreoffice-commits mailing list