fix multiple:
| run.do_deploy.7526: line 107: [: missing `]'
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
then
continue
fi
- if [ -d "${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}"]
+ if [ -d "${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}" ]
then
break
else
then
continue
fi
- if [ -d "${D}/boot/u-boot-${type}.${UBOOT_SUFFIX}"]
+ if [ -d "${D}/boot/u-boot-${type}.${UBOOT_SUFFIX}" ]
then
break
else
then
continue
fi
- if [ -d "${D}/boot/${SPL_IMAGE}-${type}"]
+ if [ -d "${D}/boot/${SPL_IMAGE}-${type}" ]
then
break
else
then
continue
fi
- if [ -d "${DEPLOYDIR}/u-boot-${type}.${UBOOT_SUFFIX}"]
+ if [ -d "${DEPLOYDIR}/u-boot-${type}.${UBOOT_SUFFIX}" ]
then
break
else
then
continue
fi
- if [ -d "${DEPLOYDIR}/${SPL_IMAGE}-${type}"]
+ if [ -d "${DEPLOYDIR}/${SPL_IMAGE}-${type}" ]
then
break
else