From 5b209c07186ee2b20185f00836dd61ead8be3e73 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Thu, 20 Sep 2012 16:09:51 +0800 Subject: [PATCH] crossgcc: Change the term color back (trivial) Change-Id: I6a7852eef32a3440c9d29e45420cb21d2db8c404 Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/1528 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 415b408d78..b79c5f6ac9 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -262,7 +262,7 @@ for ARCHIVE in $GMP_ARCHIVE $MPFR_ARCHIVE $MPC_ARCHIVE $LIBELF_ARCHIVE \ wget --no-check-certificate -q $ARCHIVE ) test -f tarballs/$FILE || \ - printf "\n${RED}Failed to download $FILE.${red}\n" + printf "\n${RED}Failed to download $FILE.${NC}\n" test -f tarballs/$FILE || exit 1 printf "\n" done @@ -293,7 +293,7 @@ for PACKAGE in GMP MPFR MPC LIBELF GCC BINUTILS $PYTHON_PACKAGE \ test -r $patch || continue printf " o `basename $patch`\n" $PATCH -s -N -p0 < `echo $patch` || \ - printf "\n${RED}Failed $patch.${red}\n" + printf "\n${RED}Failed $patch.${NC}\n" done ) done