summaryrefslogtreecommitdiff
path: root/helpers/lh_config
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 /helpers/lh_config
parentad6b01b388767f2efd39e4b4f10974461fc5220d (diff)
downloadlive-build-776a7b22271178949bf6f2676e26eefb6144ce11.zip
live-build-776a7b22271178949bf6f2676e26eefb6144ce11.tar.gz
Generalizing internal LH_BREAKPOINTS variable.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config13
1 files changed, 4 insertions, 9 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 480f3f3..5911a91 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -317,11 +317,6 @@ Local_arguments ()
shift 2
;;
- --breakpoints)
- LH_BREAKPOINTS="enabled"
- shift
- ;;
-
-v|--version)
Version
shift
@@ -643,7 +638,7 @@ Local_arguments ()
# other
--breakpoints)
- LH_BREAKPOINTS="enabled"
+ _BREAKPOINTS="enabled"
shift
;;
@@ -834,9 +829,9 @@ LH_TEMPLATES="${LH_TEMPLATES}"
# Live-helper options
-# \$LH_BREAKPOINTS: enable breakpoints
-# (Default: ${LH_BREAKPOINTS})
-#LH_BREAKPOINTS="${LH_BREAKPOINTS}"
+# \$_BREAKPOINTS: enable breakpoints
+# (Default: ${_BREAKPOINTS})
+#_BREAKPOINTS="${_BREAKPOINTS}"
# \$_DEBUG: enable debug
# (Default: ${_DEBUG})