diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-01 14:59:51 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | cb0894b3b3d13da593a36cd45d5e0383adfd78f8 (patch) | |
tree | fd84aeed9e23f7bd7d36c545d44604954f831bb9 /helpers/lh_config | |
parent | 3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (diff) | |
download | vyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.tar.gz vyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.zip |
Generalizing internal LH_QUIET variable.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 31f98342d..6cc9b58a2 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}) |