summaryrefslogtreecommitdiff
path: root/helpers/lh_bootstrap_cdebootstrap
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_bootstrap_cdebootstrap
parent3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (diff)
downloadvyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.tar.gz
vyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.zip
Generalizing internal LH_QUIET variable.
Diffstat (limited to 'helpers/lh_bootstrap_cdebootstrap')
-rwxr-xr-xhelpers/lh_bootstrap_cdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap
index c2ab3f3fe..06a18fa96 100755
--- a/helpers/lh_bootstrap_cdebootstrap
+++ b/helpers/lh_bootstrap_cdebootstrap
@@ -109,7 +109,7 @@ then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --debug"
fi
-if [ "${LH_QUIET}" = "enabled" ]
+if [ "${_QUIET}" = "enabled" ]
then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --quiet"
fi