crossgcc: Fix a typo.

Change-Id: I8b88957a93e6369c59e9eb17f4ba48954fbc3c02
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/4526
Tested-by: build bot (Jenkins)
This commit is contained in:
Zheng Bao 2013-12-13 12:30:46 +08:00 committed by Zheng Bao
parent 66e0c4c8c4
commit f95bb2d7bb
1 changed files with 1 additions and 1 deletions

View File

@ -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,.*\.,,'`