diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/common.sh | 2 | ||||
-rwxr-xr-x | functions/defaults.sh | 2 |
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}" |