scripts: also dump the rest of the environment
authorTitus von Boxberg <tvb377@gmx.de>
Wed Feb 03 00:24:24 2010 +0100 (2010-02-03)
changeset 18008e9db16d934f
parent 1799 226c8f5861e5
child 1801 ac0755f0e6ab
scripts: also dump the rest of the environment
scripts/crosstool-NG.sh.in
     1.1 --- a/scripts/crosstool-NG.sh.in	Wed Feb 03 00:24:24 2010 +0100
     1.2 +++ b/scripts/crosstool-NG.sh.in	Wed Feb 03 00:24:24 2010 +0100
     1.3 @@ -483,6 +483,8 @@
     1.4      CT_DoLog EXTRA "  host   = ${CT_REAL_HOST}"
     1.5      CT_DoLog EXTRA "  target = ${CT_TARGET}"
     1.6      set |grep -E '^CT_.+=' |sort |CT_DoLog DEBUG
     1.7 +    CT_DoLog DEBUG "  Other environment:"
     1.8 +    printenv |grep -v -E '^CT_.+=' |sort |CT_DoLog DEBUG
     1.9      CT_EndStep
    1.10  fi
    1.11