diff -r 4b065e7e2130 -r 9759fe659b4f scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Wed Mar 04 17:59:35 2009 +0000 +++ b/scripts/crosstool-NG.sh.in Sun Mar 08 17:09:39 2009 +0000 @@ -58,7 +58,7 @@ CT_DoExecLog DEBUG renice ${CT_NICE} $$ CT_DoStep DEBUG "Dumping user-supplied crosstool-NG configuration" -CT_DoExecLog DEBUG egrep '^(# |)CT_' .config +CT_DoExecLog DEBUG grep -E '^(# |)CT_' .config CT_EndStep # Some sanity checks in the environment and needed tools @@ -419,7 +419,7 @@ CT_DoLog EXTRA " build = ${CT_REAL_BUILD}" CT_DoLog EXTRA " host = ${CT_REAL_HOST}" CT_DoLog EXTRA " target = ${CT_TARGET}" - set |egrep '^CT_.+=' |sort |CT_DoLog DEBUG + set |grep -E '^CT_.+=' |sort |CT_DoLog DEBUG CT_EndStep fi