summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
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_binary_debian-installer
parent3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (diff)
downloadvyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.tar.gz
vyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.zip
Generalizing internal LH_QUIET variable.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-xhelpers/lh_binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index cac39c68b..8d6906304 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -31,7 +31,7 @@ Set_defaults
if [ "${_DEBUG}" = "enabled" ]
then
WGET_OPTIONS="${WGET_OPTIONS} --verbose"
-elif [ "${LH_QUIET}" = "enabled" ]
+elif [ "${_QUIET}" = "enabled" ]
then
WGET_OPTIONS="${WGET_OPTIONS} --quiet"
else