]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PostBuild.sh
add return if no valid architecture
[mirror_edk2.git] / DuetPkg / PostBuild.sh
index aca66ad51b86e03055397b0ce038f7c8befc40bb..4912fcf5825ab05b751ab1084158ee28951ab6a7 100644 (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
 
+