summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-06-28 21:06:18 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-06-28 21:06:18 +0000
commitd5550579fa91ddefbfc3c30e066a5c8441a23927 (patch)
tree1fa382924eb73aae0616214bf26c9ad04d4025e9 /bin
parentbc969d7bfccc34eec247d269b3d3bd20043a8fad (diff)
downloadptxdist-d5550579fa91ddefbfc3c30e066a5c8441a23927.tar.gz
ptxdist-d5550579fa91ddefbfc3c30e066a5c8441a23927.tar.xz
[ptxdist] add PTX_AUTOBUILD_DESTDIR to environment whitelist
the toolchain uses PTX_AUTOBUILD_DESTDIR, so whitelist it Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10886 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 1f794a798..2a7af6b18 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1990,7 +1990,7 @@ setup_env() {
unset $(/usr/bin/env | \
sed -n -e "s/^\([^=[:space:]]\+\)=.*$/\1/p" | \
- egrep -v "^(PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|http_proxy|ftp_proxy${whitelist})$" )
+ egrep -v "^(PTX_AUTOBUILD_DESTDIR|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|http_proxy|ftp_proxy${whitelist})$" )
######## the environment is clean now ########