summaryrefslogtreecommitdiff
path: root/live-helper.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-11 23:58:54 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:03 +0100
commit4a3d0ebf17d290053016e316e1c1cee91197fa56 (patch)
treefec192a34f8920d5f25f7503b27123ca7b376cc6 /live-helper.sh
parentcf424ab6e6c8f4aad6a127b6c9880bfd0612af94 (diff)
downloadlive-build-4a3d0ebf17d290053016e316e1c1cee91197fa56.zip
live-build-4a3d0ebf17d290053016e316e1c1cee91197fa56.tar.gz
Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons.
Diffstat (limited to 'live-helper.sh')
-rwxr-xr-xlive-helper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/live-helper.sh b/live-helper.sh
index 626ba3f..59d475f 100755
--- a/live-helper.sh
+++ b/live-helper.sh
@@ -9,9 +9,9 @@ do
done
# Source local functions
-if ls scripts/functions/*.sh > /dev/null 2>&1
+if ls auto/functions/* > /dev/null 2>&1
then
- for FUNCTION in scripts/functions/*.sh
+ for FUNCTION in auto/functions/*
do
. "${FUNCTION}"
done