[coreboot-gerrit] New patch to review for coreboot: 0cbb3ce crossgcc: Fix a typo.

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Fri Dec 13 05:57:10 CET 2013


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4526

-gerrit

commit 0cbb3ced8c5b2ef7387d59b8230b54b039d00d86
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Fri Dec 13 12:30:46 2013 +0800

    crossgcc: Fix a typo.
    
    Change-Id: I8b88957a93e6369c59e9eb17f4ba48954fbc3c02
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 util/crossgcc/buildgcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index c668ad2..5d7ac6f 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -286,7 +286,7 @@ for PACKAGE in GMP MPFR MPC LIBELF GCC BINUTILS $PYTHON_PACKAGE \
 	archive="`eval echo '$'$archive`"
 	dir=$PACKAGE"_DIR"
 	dir="`eval echo '$'${dir}`"
-	test -d ${dir} && test -f ${dir}/.unpack_sucess || (
+	test -d ${dir} && test -f ${dir}/.unpack_success || (
 		printf " * `basename $archive`\n"
 		FLAGS=zxf
 		suffix=`echo $archive | sed 's,.*\.,,'`



More information about the coreboot-gerrit mailing list