fix shell script

Signed-off-by: Zachery Wu <wuzuoyu@huawei.com>
This commit is contained in:
Zachery Wu
2021-09-27 18:02:25 +08:00
parent cee1c14ce8
commit 5804faf553
+1 -1
View File
@@ -46,7 +46,7 @@ LINUX_KERNEL_UIMAGE_FILE=${LINUX_KERNEL_OBJ_OUT}/arch/arm/boot/uImage
make -f kernel.mk
if [ -f "${LINUX_KERNEL_UIMAGE_FILE}" ];then
if [ -f ${LINUX_KERNEL_UIMAGE_FILE} ];then
echo "uImage: ${LINUX_KERNEL_UIMAGE_FILE} build success"
else
echo "uImage: ${LINUX_KERNEL_UIMAGE_FILE} build failed!!!"