From a57da0e3e8619525afdb338cc03ea6887306c6fb Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 17 Jul 2017 16:29:47 -0400 Subject: Change '.' to the more readable 'source' command --- libs/project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/project b/libs/project index a9461b28..bcb73f16 100755 --- a/libs/project +++ b/libs/project @@ -32,7 +32,7 @@ project_include() { unset -f "${PROJECT_ACTIONS_FUNCTIONS[@]}" - . "$project_path/$project" + source "$project_path/$project" project_helper_include "$project" } @@ -45,7 +45,7 @@ project_helper_include() { if [ -f "$include" ] then - . "$include" + source "$include" fi } -- cgit v1.2.3-70-g09d2