From 776a7b22271178949bf6f2676e26eefb6144ce11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Nov 2008 15:10:34 +0100 Subject: Generalizing internal LH_BREAKPOINTS variable. --- helpers/lh_config | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'helpers') diff --git a/helpers/lh_config b/helpers/lh_config index 480f3f3f6..5911a91dd 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}) -- cgit v1.2.3