!18 fix shell script

Merge pull request !18 from Zachery Wu/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci
2021-09-27 10:00:56 +00:00
committed by Gitee
+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!!!"