summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 14:59:51 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commitcb0894b3b3d13da593a36cd45d5e0383adfd78f8 (patch)
treefd84aeed9e23f7bd7d36c545d44604954f831bb9 /helpers/lh_config
parent3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (diff)
downloadlive-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.zip
live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.tar.gz
Generalizing internal LH_QUIET 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 31f9834..6cc9b58 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -322,11 +322,6 @@ Local_arguments ()
shift
;;
- --quiet)
- LH_QUIET="enabled"
- shift
- ;;
-
--verbose)
LH_VERBOSE="enabled"
shift
@@ -682,7 +677,7 @@ Local_arguments ()
;;
--quiet)
- LH_QUIET="enabled"
+ _QUIET="enabled"
shift
;;
@@ -856,9 +851,9 @@ LH_TEMPLATES="${LH_TEMPLATES}"
# (Default: ${_FORCE})
#_FORCE="${_FORCE}"
-# \$LH_QUIET: enable quiet
-# (Default: ${LH_QUIET})
-LH_QUIET="${LH_QUIET}"
+# \$_QUIET: enable quiet
+# (Default: ${_QUIET})
+_QUIET="${_QUIET}"
# \$LH_VERBOSE: enable verbose
# (Default: ${LH_VERBOSE})