diff options
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-x | scripts/crosstool.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index f11fffeb..92e3a4f7 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -64,7 +64,8 @@ if [ "${CT_LOG_USE_COLORS}" = "y" ]; then CT_WARN_COLOR="${_A_NOR}${_A_BRI}${_F_YEL}" CT_INFO_COLOR="${_A_NOR}${_A_BRI}${_F_GRN}" CT_EXTRA_COLOR="${_A_NOR}${_A_DIM}${_F_GRN}" - CT_DEBUG_COLOR="${_A_NOR}${_A_DIM}${_F_WHI}" + CT_DEBUG_COLOR="${_A_NOR}${_A_BRI}${_F_BLU}" + CT_ALL_COLOR="${_A_NOR}${_A_DIM}${_F_WHI}" CT_NORMAL_COLOR="${_A_NOR}" else CT_ERROR_COLOR= @@ -72,6 +73,7 @@ else CT_INFO_COLOR= CT_EXTRA_COLOR= CT_DEBUG_COLOR= + CT_ALL_COLOR= CT_NORMAL_COLOR= fi |