mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
scripts: also dump the rest of the environment
This commit is contained in:
parent
cb62adf58f
commit
bc5c6b3178
@ -483,6 +483,8 @@ if [ -z "${CT_RESTART}" ]; then
|
||||
CT_DoLog EXTRA " host = ${CT_REAL_HOST}"
|
||||
CT_DoLog EXTRA " target = ${CT_TARGET}"
|
||||
set |grep -E '^CT_.+=' |sort |CT_DoLog DEBUG
|
||||
CT_DoLog DEBUG " Other environment:"
|
||||
printenv |grep -v -E '^CT_.+=' |sort |CT_DoLog DEBUG
|
||||
CT_EndStep
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user