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:
klu2 2009-04-16 02:36:20 +00:00
parent e115460bd7
commit f8b30ae529
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ case "$1" in
;;
*)
echo Invalid Architecture string, should be only IA32 or X64
return 1
esac
#
@ -78,3 +79,4 @@ then
echo Done!
fi