Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e241399476ca3c2e3775f485356197bb93863a9
Author: Jan-Marek Glogowski <[email protected]>
Date:   Sun Jul 31 13:06:18 2016 +0200

    Use "dot" for "source"ing shell files
    
    Quote from stackoverflow: "source" is non-standard and specifically
    not supported in ash, dash or pdksh... it's a Bashism.
    
    Change-Id: I4b47385c1e44c5e56bd84f23ff3645712015dcf4
    Reviewed-on: https://gerrit.libreoffice.org/27746
    Reviewed-by: Jan-Marek Glogowski <[email protected]>
    Tested-by: Jan-Marek Glogowski <[email protected]>

diff --git a/Makefile.in b/Makefile.in
index 8576701..bd52c7e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,7 +46,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \
                $(BUILDDIR)/autogen.lastrun \
                $(BUILDDIR)/autogen.sh \
                ) \
-               $(shell source $(SRCDIR)/bin/get_config_variables JAVA_HOME && \
+               $(shell . $(SRCDIR)/bin/get_config_variables JAVA_HOME && \
                        if test -n "$${JAVA_HOME}" -a ! -d "$${JAVA_HOME}"; 
then echo force-restart; fi)
        sh -c $(SRCDIR)/autogen.sh
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to