scripts/BuildScripts/KernelScripts/buildKernel.sh: exit with failure if no valid arch passed

This commit is contained in:
Austin English 2020-12-15 01:54:55 -06:00
parent 8769ad928b
commit e281407449
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ elif [ "$TARGET" == "$ARCH_ARM64" ]; then
IMAGE=Image
else
echo "no valid target arch specified"
exit 1
fi
#copy in the resources, initramfs