From 26e5cb40217da4f1f676627131fa025af5c0c3ad Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 18 Feb 2010 00:04:48 +0100 Subject: scripts: fix dumping 'other environment' Do not sort the environment, it cripples the output. diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in index 93afac5..34d1f69 100644 --- a/scripts/crosstool-NG.sh.in +++ b/scripts/crosstool-NG.sh.in @@ -483,8 +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_DoLog DEBUG "Other environment:" + printenv |grep -v -E '^CT_.+=' |CT_DoLog DEBUG CT_EndStep fi -- cgit v0.10.2-6-g49f6