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

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


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

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

    is this sed line confusing older seds ?
    
    Change-Id: I04508b7bdc3fcb9fc1b0ddae7d595a302aa7ec65

diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk
index fcb1aaa..a107ded 100644
--- a/i18npool/CustomTarget_breakiterator.mk
+++ b/i18npool/CustomTarget_breakiterator.mk
@@ -104,7 +104,7 @@ $(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:\]\]#;/\<Prepend\>/d" $< > $@
+	sed "s#\[:LineBreak =  Close_Punctuation:\]#\[\[:LineBreak =  Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< | sed "/\<Prepend\>/d" > $@
 else
 	sed "s#\[:LineBreak =  Close_Punctuation:\]#\[\[:LineBreak =  Close_Punctuation:\] \[:LineBreak = Close_Parenthesis:\]\]#" $< > $@
 endif


More information about the Libreoffice-commits mailing list