summaryrefslogtreecommitdiff
path: root/functions/breakpoints.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 15:10:34 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:44 +0100
commit776a7b22271178949bf6f2676e26eefb6144ce11 (patch)
tree227a951f77a1a6721d1ffd49b7a1cb897f0c9dc4 /functions/breakpoints.sh
parentad6b01b388767f2efd39e4b4f10974461fc5220d (diff)
downloadlive-build-776a7b22271178949bf6f2676e26eefb6144ce11.zip
live-build-776a7b22271178949bf6f2676e26eefb6144ce11.tar.gz
Generalizing internal LH_BREAKPOINTS variable.
Diffstat (limited to 'functions/breakpoints.sh')
-rwxr-xr-xfunctions/breakpoints.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh
index feaaea7..1e4fdb2 100755
--- a/functions/breakpoints.sh
+++ b/functions/breakpoints.sh
@@ -11,7 +11,7 @@ Breakpoint ()
{
NAME="${1}"
- if [ "${LH_BREAKPOINTS}" = "enabled" ]
+ if [ "${_BREAKPOINTS}" = "enabled" ]
then
Echo_message "Waiting at %s" "${NAME}"
read WAIT