changeset 1603:84bd3248fad8

Whitelist one more variable.
author Rob Landley <rob@landley.net>
date Sun, 23 Jun 2013 18:07:31 -0500
parents 045160e8ad71
children 475a71424fdb
files sources/utility_functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/utility_functions.sh	Mon Jun 17 00:07:02 2013 -0500
+++ b/sources/utility_functions.sh	Sun Jun 23 18:07:31 2013 -0500
@@ -17,7 +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,WRAPPY_LOGPATH,OLDPATH"
-  TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy,TEMP,TMPDIR"
+  TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy,TEMP,TMPDIR,FORK"
 
   # Unset any variable we don't recognize.  It can screw up the build.