Small eye candy fix.

This commit is contained in:
Yann E. MORIN" 2007-09-14 17:29:39 +00:00
parent 25fb1678c0
commit ae7e017380

View File

@ -25,12 +25,12 @@ CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_D
# It has some info about the logging facility, so include it early
. "${CT_TOP_DIR}/.config"
# renice oursleves
renice ${CT_NICE} $$ |CT_DoLog DEBUG
# Yes! We can do full logging from now on!
CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
# renice oursleves
renice ${CT_NICE} $$ |CT_DoLog DEBUG
CT_DoStep DEBUG "Dumping crosstool-NG configuration"
cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG
CT_EndStep