config_host.mk.source |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6ce48485c6dc5d278f94565de3745b18bda9992
Author: David Tardon <[email protected]>
Date:   Thu Jun 21 08:56:52 2012 +0200

    specify the sourced file with path
    
    "man source" says:
    
    "If filename does not contain a slash, file names  in  PATH  are used to
    find the directory containing file‐ name.  The file searched for in PATH
    need not  be  executable. When  bash  is  not  in posix  mode,  the
    current directory is searched if no file is found in PATH."
    
    Change-Id: I7dc15d30ba925c71d02da2cd8b91ea08192730fc

diff --git a/config_host.mk.source b/config_host.mk.source
index 042ffa2..10dd617 100644
--- a/config_host.mk.source
+++ b/config_host.mk.source
@@ -6,5 +6,5 @@
 
 temp_conf=`mktemp config_host.mk.XXXXXX`
 sed -e 's/^\s*\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' config_host.mk >$temp_conf
-source $temp_conf
+source ./$temp_conf
 rm $temp_conf
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to