summaryrefslogtreecommitdiffstats
path: root/scripts/compose_functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/compose_functions')
-rw-r--r--scripts/compose_functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions
index 3e8f2cca2..9b55f880d 100644
--- a/scripts/compose_functions
+++ b/scripts/compose_functions
@@ -298,7 +298,7 @@ Create_repo_after_build()
exit -1
fi
- source $1
+ . $1
### Remove leading and trailing whitespaces ###
repo_location=`echo $REPOSITORY_LOCATION |sed -e 's/^ *//g' -e 's/ *$//g'`