Correcting typo in defaults handling of apt http proxy.

This commit is contained in:
Daniel Baumann 2010-11-02 00:35:38 +01:00
parent 8b67e53a5e
commit 6e59f3b095
1 changed files with 1 additions and 1 deletions

View File

@ -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