]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PostBuild.sh
Remove exit from batch file
[mirror_edk2.git] / DuetPkg / PostBuild.sh
index 4c5757f5a78c370c41c3bd19b77c49272bfd6969..a839ec5fce08b53b67a96c73a275bba6d1da0cf4 100644 (file)
@@ -17,7 +17,6 @@ if [ \
 then
        echo Error! Please specific the architecture. 
        echo Usage: "./PostBuild.sh [IA32|X64]"
-    exit 1
 fi
 
 case "$1" in
@@ -29,7 +28,6 @@ case "$1" in
      ;;
    *)
      echo Invalid Architecture string, should be only IA32 or X64
-     exit 1
 esac
 
 #
@@ -74,4 +72,3 @@ then
        echo Done!
 fi
 
-exit 0
\ No newline at end of file