From 3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Nov 2008 14:57:17 +0100 Subject: Generalizing internal LH_DEBUG 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 7b260b16c..c2ab3f3fe 100755 --- a/helpers/lh_bootstrap_cdebootstrap +++ b/helpers/lh_bootstrap_cdebootstrap @@ -104,7 +104,7 @@ else esac fi -if [ "${LH_DEBUG}" = "enabled" ] +if [ "${_DEBUG}" = "enabled" ] then CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --debug" fi -- cgit v1.2.3