changeset 1469:9a3f7ada5cb1

Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting.
author Rob Landley <rob@landley.net>
date Sat, 03 Dec 2011 17:51:38 -0600
parents 13b2bd9781a3
children 95f662f66fe4
files sources/utility_functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/utility_functions.sh	Sat Dec 03 17:50:58 2011 -0600
+++ b/sources/utility_functions.sh	Sat Dec 03 17:51:38 2011 -0600
@@ -16,7 +16,7 @@
   # What other variables should we keep?
 
   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,TOPSHELL,START_TIME,STAGE_NAME,TOOLCHAIN_PREFIX,HOST_ARCH,WRAPPY_LOGPATH,OLDPATH"
   TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy"
 
   # Unset any variable we don't recognize.  It can screw up the build.