aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibs/project4
1 files 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
}