bootstrap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 547249832d5cde98c2973fd5eb31bd30cddb63b9
Author: David Tardon <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits