summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 15:01:33 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:44 +0100
commitad6b01b388767f2efd39e4b4f10974461fc5220d (patch)
treebf01253e2fca7538966cdcab8bcd4ba05704ac2a /helpers/lh_config
parentcb0894b3b3d13da593a36cd45d5e0383adfd78f8 (diff)
downloadlive-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.zip
live-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.tar.gz
Generalizing internal LH_VERBOSE 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 6cc9b58..480f3f3 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -322,11 +322,6 @@ Local_arguments ()
shift
;;
- --verbose)
- LH_VERBOSE="enabled"
- shift
- ;;
-
-v|--version)
Version
shift
@@ -687,7 +682,7 @@ Local_arguments ()
;;
--verbose)
- LH_VERBOSE="enabled"
+ _VERBOSE="enabled"
shift
;;
@@ -855,9 +850,9 @@ LH_TEMPLATES="${LH_TEMPLATES}"
# (Default: ${_QUIET})
_QUIET="${_QUIET}"
-# \$LH_VERBOSE: enable verbose
-# (Default: ${LH_VERBOSE})
-#LH_VERBOSE="${LH_VERBOSE}"
+# \$_VERBOSE: enable verbose
+# (Default: ${_VERBOSE})
+#_VERBOSE="${_VERBOSE}"
# Internal stuff (FIXME)
APT_OPTIONS="${APT_OPTIONS}"