summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
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 492622b22..31f98342d 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -322,11 +322,6 @@ Local_arguments ()
shift
;;
- --debug)
- LH_DEBUG="enabled"
- shift
- ;;
-
--quiet)
LH_QUIET="enabled"
shift
@@ -668,7 +663,7 @@ Local_arguments ()
;;
--debug)
- LH_DEBUG="enabled"
+ _DEBUG="enabled"
shift
;;
@@ -853,9 +848,9 @@ LH_TEMPLATES="${LH_TEMPLATES}"
# (Default: ${LH_BREAKPOINTS})
#LH_BREAKPOINTS="${LH_BREAKPOINTS}"
-# \$LH_DEBUG: enable debug
-# (Default: ${LH_DEBUG})
-#LH_DEBUG="${LH_DEBUG}"
+# \$_DEBUG: enable debug
+# (Default: ${_DEBUG})
+#_DEBUG="${_DEBUG}"
# \$_FORCE: enable force
# (Default: ${_FORCE})