diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2012-09-20 16:09:51 +0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-09-20 09:25:46 +0200 |
commit | 5b209c07186ee2b20185f00836dd61ead8be3e73 (patch) | |
tree | d0e65647615dfa261be02abf09a71a0cf0a93955 /util/crossgcc/buildgcc | |
parent | a7f374fb68156ea0ee984438f3a0f2f63910733e (diff) |
crossgcc: Change the term color back (trivial)
Change-Id: I6a7852eef32a3440c9d29e45420cb21d2db8c404
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/1528
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files 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 |