diff options
Diffstat (limited to 'DuetPkg/PostBuild.sh')
-rw-r--r-- | DuetPkg/PostBuild.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/DuetPkg/PostBuild.sh b/DuetPkg/PostBuild.sh index 4c5757f5a7..a839ec5fce 100644 --- a/DuetPkg/PostBuild.sh +++ b/DuetPkg/PostBuild.sh @@ -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 |