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

Thomas Klausner tklausner at kemper.freedesktop.org
Sun Oct 3 08:07:09 PDT 2010


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

New commits:
commit 63ed769d256cc0fbd35853b30c51dfe2b4ad727c
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Sun Oct 3 17:06:36 2010 +0200

    Fix problem with arguments containing spaces.

diff --git a/bin/build-ooo b/bin/build-ooo
index b5f8794..cfeb2fa 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -50,7 +50,7 @@ echo "Env for configure:"
 set
 echo "Env for configure ends"
 
-eval ./autogen.sh "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
+sh ./autogen.sh "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
 
 # Final build preparation
 


More information about the ooo-build-commit mailing list