[Libreoffice-commits] .: bootstrap

David Tardon dtardon at kemper.freedesktop.org
Fri Mar 23 00:46:52 PDT 2012


 bootstrap |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 547249832d5cde98c2973fd5eb31bd30cddb63b9
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Mar 23 08:45:49 2012 +0100

    allow leading space

diff --git a/bootstrap b/bootstrap
index 3d1bc88..073f69a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,12 +2,12 @@
 
 if test -z "${SRC_ROOT}"; then
     if test -f ./config_build.mk ; then
-        sed -e 's/^\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' <config_build.mk >config_build.mk.sh
+        sed -e 's/^\s*\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' <config_build.mk >config_build.mk.sh
         . ./config_build.mk.sh
         rm config_build.mk.sh
     else
         if test -f ./config_host.mk ; then
-            sed -e 's/^\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' <config_host.mk >config_host.mk.sh
+            sed -e 's/^\s*\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' <config_host.mk >config_host.mk.sh
             . ./config_host.mk.sh
             rm config_host.mk.sh
         fi


More information about the Libreoffice-commits mailing list