scripts: also dump the rest of the environment

This commit is contained in:
Titus von Boxberg 2010-02-03 00:24:24 +01:00
parent cb62adf58f
commit bc5c6b3178

View File

@ -483,6 +483,8 @@ if [ -z "${CT_RESTART}" ]; then
CT_DoLog EXTRA " host = ${CT_REAL_HOST}" CT_DoLog EXTRA " host = ${CT_REAL_HOST}"
CT_DoLog EXTRA " target = ${CT_TARGET}" CT_DoLog EXTRA " target = ${CT_TARGET}"
set |grep -E '^CT_.+=' |sort |CT_DoLog DEBUG set |grep -E '^CT_.+=' |sort |CT_DoLog DEBUG
CT_DoLog DEBUG " Other environment:"
printenv |grep -v -E '^CT_.+=' |sort |CT_DoLog DEBUG
CT_EndStep CT_EndStep
fi fi