# HG changeset patch # User Rob Landley # Date 1322956298 21600 # Node ID 9a3f7ada5cb18ec5a80c6cb1dcf88ae3d68cf31b # Parent 13b2bd9781a3cf4da62563cb45477dce418319ad Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting. diff -r 13b2bd9781a3 -r 9a3f7ada5cb1 sources/utility_functions.sh --- 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.