summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-11-02 00:35:38 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:34 +0100
commit6e59f3b095f6c15f278a5c1ff2871546fc22f51d (patch)
tree06bb0760b90520f806532a9661c9408441d7a4e4
parent8b67e53a5e118270129f8381e09fc01d585afae1 (diff)
downloadvyos-live-build-6e59f3b095f6c15f278a5c1ff2871546fc22f51d.tar.gz
vyos-live-build-6e59f3b095f6c15f278a5c1ff2871546fc22f51d.zip
Correcting typo in defaults handling of apt http proxy.
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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