[ooo-build-commit] .: bin/localize-ooo

Petr Mladek pmladek at kemper.freedesktop.org
Wed Apr 7 05:15:19 PDT 2010


 bin/localize-ooo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8cf53c6dc6e37481f06f8050a98e98e1f80d9e1
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Apr 7 14:12:06 2010 +0200

    Correct check for en-US only build
    
    * bin/localize-ooo: OOO_LANGS_LIST is set to en-US in en-US-only build

diff --git a/bin/localize-ooo b/bin/localize-ooo
index e1835a6..ebecf7a 100755
--- a/bin/localize-ooo
+++ b/bin/localize-ooo
@@ -24,7 +24,7 @@ fi
 export LC_ALL='C';
 
 # do nothing for en-US only build
-test -z "$OOO_LANGS_LIST" && exit 0;
+test "$OOO_LANGS_LIST" = "en-US" && exit 0;
 
 merge_localization()
 {


More information about the ooo-build-commit mailing list