changeset 1388:e26390768b3c

Avoid sanitizing useful *_proxy environment variables
author Alessio Igor Bogani <alessiogirobogani@gmail.com>
date Fri, 17 Jun 2011 11:26:31 +0200
parents a041d8bd1b2f
children 02ada84fcbc5
files sources/utility_functions.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/utility_functions.sh	Fri Jun 17 11:24:53 2011 +0200
+++ b/sources/utility_functions.sh	Fri Jun 17 11:26:31 2011 +0200
@@ -17,6 +17,7 @@
 
   TEMP="$TEMP,LANG,PATH,SHELL,TERM,USER,USERNAME,LOGNAME,PWD,EDITOR,HOME,DISPLAY,_"
   TEMP="$TEMP,TOPSHELL,START_TIME,STAGE_NAME,TOOLCHAIN_PREFIX,HOST_ARCH"
+  TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy"
 
   # Unset any variable we don't recognize.  It can screw up the build.