summaryrefslogtreecommitdiff
path: root/functions/common.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-09-17 11:07:44 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:42 +0100
commitf423bca5d8be3290c76ba8ce2293c305349ba29d (patch)
treebe6687aee53e810a1f8d57777aa268aae2e6b8ac /functions/common.sh
parent57029d7a666b082d018f635c922b48ee7615a0f3 (diff)
downloadlive-build-f423bca5d8be3290c76ba8ce2293c305349ba29d.zip
live-build-f423bca5d8be3290c76ba8ce2293c305349ba29d.tar.gz
Adding scripts directory to to include custom helper scripts.
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}"