[Libreoffice-commits] .: bin/tinbuild

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Oct 26 02:06:21 PDT 2010


 bin/tinbuild |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a2535f54213f378cdab4e00c3e9d9b55bf81c4eb
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Oct 26 11:04:46 2010 +0200

    Set tinderbox to C locale to avoid Czech messages ;-)

diff --git a/bin/tinbuild b/bin/tinbuild
index d5c6ebd..752c81a 100755
--- a/bin/tinbuild
+++ b/bin/tinbuild
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+export LC_ALL="C"
+
 ## default config
 PAUSE_SECONDS=$((15*60))
 HTML_OUTPUT=0


More information about the Libreoffice-commits mailing list