From 28981dfe16307f77ce7040f5b93394855610323f Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 23 Nov 2011 20:03:02 +0000 Subject: Use "." instead of "source", because the latter is a Bash extension git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@215 83718e91-0e4f-0410-abf4-91180603181f --- src/make.configuration.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.configuration.deps b/src/make.configuration.deps index 4ccfd1f..be81692 100644 --- a/src/make.configuration.deps +++ b/src/make.configuration.deps @@ -320,7 +320,7 @@ git-push-everything: git-commit-everything $(BUILD-ID-FILE) '$(GIT-BIN)/git-init-master-repo.pl' '$(GIT)' '$(GIT-MASTER-REPO)' && \ eval "$$('$(GIT-BIN)/git-get-localdir.pl' '$(GIT)')" && \ if [ -e "$(CCTK_HOME)/cactus.config" ]; then \ - source "$(CCTK_HOME)/cactus.config"; \ + . "$(CCTK_HOME)/cactus.config"; \ fi && \ export CACTUS_LOCAL_GIT_REPO CACTUS_CENTRAL_GIT_REPO && \ '$(GIT-BIN)/git-push-everything.pl' '$(GIT)' '$(GIT-REPO)' '$(GIT-MASTER-REPO)'; \ -- cgit v1.2.3