u-boot.inc: unbreak

fix multiple:

| run.do_deploy.7526: line 107: [: missing `]'

(From OE-Core rev: 71fa7c263cdb410f463f2c17a257ee02ecf2fa69)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Müller 2015-02-13 18:02:11 +01:00 committed by Richard Purdie
parent ae32fed70e
commit a849839f8c
1 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ do_compile () {
then
continue
fi
if [ -d "${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}"]
if [ -d "${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}" ]
then
break
else
@ -97,7 +97,7 @@ do_install () {
then
continue
fi
if [ -d "${D}/boot/u-boot-${type}.${UBOOT_SUFFIX}"]
if [ -d "${D}/boot/u-boot-${type}.${UBOOT_SUFFIX}" ]
then
break
else
@ -128,7 +128,7 @@ do_install () {
then
continue
fi
if [ -d "${D}/boot/${SPL_IMAGE}-${type}"]
if [ -d "${D}/boot/${SPL_IMAGE}-${type}" ]
then
break
else
@ -162,7 +162,7 @@ do_deploy () {
then
continue
fi
if [ -d "${DEPLOYDIR}/u-boot-${type}.${UBOOT_SUFFIX}"]
if [ -d "${DEPLOYDIR}/u-boot-${type}.${UBOOT_SUFFIX}" ]
then
break
else
@ -195,7 +195,7 @@ do_deploy () {
then
continue
fi
if [ -d "${DEPLOYDIR}/${SPL_IMAGE}-${type}"]
if [ -d "${DEPLOYDIR}/${SPL_IMAGE}-${type}" ]
then
break
else