[Libreoffice-commits] .: Branch 'libreoffice-3-3' - bin/build-ooo
Tor Lillqvist
tml at kemper.freedesktop.org
Sat Nov 6 01:50:02 PDT 2010
bin/build-ooo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a7a32b59e9aeb0ced022c2edd945d9fb7a984f45
Author: Robert Nagy <robert at openbsd.org>
Date: Thu Nov 4 00:21:28 2010 +0100
remove misplaced ; from test
diff --git a/bin/build-ooo b/bin/build-ooo
index 361e8f0..e4ab354 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -11,7 +11,7 @@ fi
export TARFILE_LOCATION
-if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`" != "zDarwin"; -a "z`uname -s`" != "zOpenBSD"; then
+if test "z$BUILD_WIN32" = "z" -a "z`uname -s`" != "zSunOS" -a "z`uname -s`" != "zDarwin" -a "z`uname -s`" != "zOpenBSD"; then
if ! test -f /proc/cpuinfo; then
echo "Looks like proc isn't mounted - this means almost certain"
echo "Java related weird build failure: please check /proc"
More information about the Libreoffice-commits
mailing list