summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_debian-installer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 14:57:17 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commit3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (patch)
tree91f2b97d1a78d65fa052c1a051c541f8b1ccd877 /helpers/lh_binary_debian-installer
parent137f573c859d7b60192fbee65a418cf6c75acca2 (diff)
downloadlive-build-3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd.zip
live-build-3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd.tar.gz
Generalizing internal LH_DEBUG 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 3ab6252..cac39c6 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -28,7 +28,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LH_DEBUG}" = "enabled" ]
+if [ "${_DEBUG}" = "enabled" ]
then
WGET_OPTIONS="${WGET_OPTIONS} --verbose"
elif [ "${LH_QUIET}" = "enabled" ]