summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-21 15:39:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-21 15:39:21 +0100
commit710bb7ada811b2b18872ad8793dc6fd9d46f4520 (patch)
tree6db470afb395b43f1e986ae5b798036da186e448 /bin
parent34a93163f3a0de8ace03b4b387fb85cfdcef4786 (diff)
downloadptxdist-710bb7ada811b2b18872ad8793dc6fd9d46f4520.tar.gz
ptxdist-710bb7ada811b2b18872ad8793dc6fd9d46f4520.tar.xz
ptxdist: add PTXDIST_ENV_WHITELIST to the whitelist
This is necessary to the whitelist to work in combination with --auto-version. Otherwise the whitelist itself is not propagated to the second ptxdist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 982d57a61..b2f5d445e 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -2217,7 +2217,7 @@ setup_env() {
fi || return
# let shell split by IFS
- set -- ${PTXCONF_SETUP_ENV_WHITELIST} ${PTXDIST_ENV_WHITELIST}
+ set -- ${PTXCONF_SETUP_ENV_WHITELIST} ${PTXDIST_ENV_WHITELIST} PTXDIST_ENV_WHITELIST
whitelist="${*}"
whitelist="${whitelist:+|}${whitelist// /|}"