Zheng Bao ([email protected]) just uploaded a new patch set to gerrit, which 
you can find at http://review.coreboot.org/1528

-gerrit

commit c4f59669c04fe89f910c2ea79c9377a6e9c4e134
Author: Zheng Bao <[email protected]>
Date:   Thu Sep 20 16:09:51 2012 +0800

    crossgcc: Change the term color back (trivial)
    
    Change-Id: I6a7852eef32a3440c9d29e45420cb21d2db8c404
    Signed-off-by: Zheng Bao <[email protected]>
    Signed-off-by: Zheng Bao <[email protected]>
---
 util/crossgcc/buildgcc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 415b408..b79c5f6 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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to