summaryrefslogtreecommitdiff
path: root/helpers/lh_bootstrap_debootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 15:01:33 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:44 +0100
commitad6b01b388767f2efd39e4b4f10974461fc5220d (patch)
treebf01253e2fca7538966cdcab8bcd4ba05704ac2a /helpers/lh_bootstrap_debootstrap
parentcb0894b3b3d13da593a36cd45d5e0383adfd78f8 (diff)
downloadvyos-live-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.tar.gz
vyos-live-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.zip
Generalizing internal LH_VERBOSE variable.
Diffstat (limited to 'helpers/lh_bootstrap_debootstrap')
-rwxr-xr-xhelpers/lh_bootstrap_debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap
index ae33f5e7c..bb199dfd6 100755
--- a/helpers/lh_bootstrap_debootstrap
+++ b/helpers/lh_bootstrap_debootstrap
@@ -104,7 +104,7 @@ else
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=fakechroot"
fi
-if [ "${LH_VERBOSE}" = "true" ]
+if [ "${_VERBOSE}" = "true" ]
then
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --verbose"
fi