diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-04 22:08:31 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-10-04 22:08:31 +0200 |
commit | de59430e16c7eb6b884e4fbd145e384b8d517fea (patch) | |
tree | 5bfba61fdb21850ef1d413c045206e18dbc7b634 /helpers/lh_config | |
parent | 72fef5a3c6d98207a1f228aeb1302e956ed86fca (diff) | |
download | vyos-live-build-de59430e16c7eb6b884e4fbd145e384b8d517fea.tar.gz vyos-live-build-de59430e16c7eb6b884e4fbd145e384b8d517fea.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}) |