summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-13 21:49:20 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:22 +0100
commit8c155c17c800e24c771a79f5c8ee433ac4fd9f3e (patch)
treef3772fff4ac37ac11c25576995c64ef464f010f3 /functions
parent8488808879696e9bf97b7f5d4304dccaa5d0ae54 (diff)
downloadlive-build-8c155c17c800e24c771a79f5c8ee433ac4fd9f3e.zip
live-build-8c155c17c800e24c771a79f5c8ee433ac4fd9f3e.tar.gz
Updating auto/scripts handling.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/common.sh2
-rwxr-xr-xfunctions/defaults.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/common.sh b/functions/common.sh
index d11dec1..1c221d1 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -12,4 +12,4 @@ PACKAGE="live-build"
VERSION="2.0~a28-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
-PATH="${PWD}/auto/helpers:${PATH}"
+PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b9b475f..193d59b 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -226,7 +226,7 @@ Set_defaults ()
LB_TEMPLATES="${LB_BASE}/templates"
fi
- # Setting live helper options
+ # Setting live build options
_BREAKPOINTS="${_BREAKPOINTS:-false}"
_COLOR="${_COLOR:-false}"
_DEBUG="${_DEBUG:-false}"