summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2016-07-31 13:06:18 +0200
committerMichael Stahl <mstahl@redhat.com>2016-08-03 11:31:02 +0000
commit5b6e5008207d30afba0d797bba774538744e786e (patch)
treef54c432f5f8a6fe3e13a2be9d98fe22b60514a03 /Makefile.in
parent89b7c4b634a4da90d110c125ad0182ea57e1a46a (diff)
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 <glogow@fbihome.de> Tested-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 3e241399476ca3c2e3775f485356197bb93863a9) Reviewed-on: https://gerrit.libreoffice.org/27751 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0bbc1b468b5d..9a83a0cc6bf2 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