add return if no valid architecture
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8094 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e115460bd7
commit
f8b30ae529
@ -29,6 +29,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Invalid Architecture string, should be only IA32 or X64
|
echo Invalid Architecture string, should be only IA32 or X64
|
||||||
|
return 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -78,3 +79,4 @@ then
|
|||||||
echo Done!
|
echo Done!
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user