From cb0894b3b3d13da593a36cd45d5e0383adfd78f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Nov 2008 14:59:51 +0100 Subject: Generalizing internal LH_QUIET variable. --- helpers/lh_bootstrap_cdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_bootstrap_cdebootstrap') 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 -- cgit v1.2.3