[SCM] live-build branch, debian-next, updated. debian/3.0_a5-1-17-gc4eb389

Daniel Baumann daniel at debian.org
Mon Nov 1 23:35:42 UTC 2010


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

    Correcting typo in defaults handling of apt http proxy.

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