From 6e59f3b095f6c15f278a5c1ff2871546fc22f51d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 2 Nov 2010 00:35:38 +0100 Subject: Correcting typo in defaults handling of apt http proxy. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index c6e94f3d4..0a1da1fac 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -57,7 +57,7 @@ Set_defaults () then LB_APT_HTTP_PROXY="${http_proxy}" else - if [ -n "${LB_APT_HTTP_PROXY}" ] && [ "${LB_APT_HTT_PROXY}" != "${http_proxy}" ] + if [ -n "${LB_APT_HTTP_PROXY}" ] && [ "${LB_APT_HTTP_PROXY}" != "${http_proxy}" ] then http_proxy="${LB_APT_HTTP_PROXY}" fi -- cgit v1.2.3