[Libreoffice-commits] .: solenv/bin

Eike Rathke erack at kemper.freedesktop.org
Mon Jan 9 08:04:06 PST 2012


 solenv/bin/create-ids |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1245266ebc4cb228ff17eda8ac4bc0ff35a86f7d
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Jan 9 17:02:47 2012 +0100

    ./config_host.mk is to be sourced, not invoked

diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index 8744a38..2c7f976 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -2,7 +2,7 @@
 
 # create ID file for the whole LibO tree. run it in toplevel dir
 
-./config_host.mk && . ./Env.Host.sh
+. ./config_host.mk && . ./Env.Host.sh
 
 # --with-outpath includes projects/$INPATH/inc (also solver/$INPATH/inc)
 if [ "$1" = "--with-outpath" ]; then


More information about the Libreoffice-commits mailing list