From ad6b01b388767f2efd39e4b4f10974461fc5220d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Nov 2008 15:01:33 +0100 Subject: Generalizing internal LH_VERBOSE variable. --- helpers/lh_bootstrap_debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_bootstrap_debootstrap') 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 -- cgit v1.2.3