summaryrefslogtreecommitdiff
path: root/functions/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/common.sh b/functions/common.sh
index 38b243e..1b6781c 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -11,3 +11,5 @@ set -e
PROGRAM="$(basename ${0})"
VERSION="1.0.0"
+
+PATH="${PWD}/scripts:${PATH}"