diff options
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/default.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf index 0343ba4..9da159c 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -6,6 +6,8 @@ set -e base_dir="$(dirname "$(readlink -f "$0")")/.." +. "${base_dir}/bin/common-functions" + work_dir="${base_dir}/work" declare -A repo_paths |