[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.5-1-4-gc567e53

Daniel Baumann daniel at debian.org
Mon Nov 1 23:36:01 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit c567e530bb1de120eab5dbcee8f223ce5b0daa4d
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 2 00:35:52 2010 +0100

    Correcting typo in defaults handling of apt http proxy.

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

-- 
live-build



More information about the debian-live-changes mailing list