diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-04 22:08:31 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | a81c2201bd5cfa3c632ffd5828e908f579aa5d95 (patch) | |
tree | 5bfba61fdb21850ef1d413c045206e18dbc7b634 /helpers/lh_config | |
parent | 732ed2801e13f3232ab2cf0777e25c73c391e59e (diff) | |
download | vyos-live-build-a81c2201bd5cfa3c632ffd5828e908f579aa5d95.tar.gz vyos-live-build-a81c2201bd5cfa3c632ffd5828e908f579aa5d95.zip |
Respecting LH_QUIET for cdebootstrap calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 0c4c25636..bfcb3165d 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -703,7 +703,7 @@ LH_TEMPLATES="${LH_TEMPLATES}" # \$LH_QUIET: enable quiet # (Default: ${LH_QUIET}) -#LH_QUIET="${LH_QUIET}" +LH_QUIET="${LH_QUIET}" # \$LH_VERBOSE: enable verbose # (Default: ${LH_VERBOSE}) |