From c43c932602442fc3ca4046ffd512e93d25f57131 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 2 Nov 2010 00:35:52 +0100
Subject: Correcting typo in defaults handling of apt http proxy.

---
 functions/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index a5b9bdf..476723b 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.0