summaryrefslogtreecommitdiff
path: root/DuetPkg/PostBuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/PostBuild.sh')
-rw-r--r--DuetPkg/PostBuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/DuetPkg/PostBuild.sh b/DuetPkg/PostBuild.sh
index aca66ad51b..4912fcf582 100644
--- a/DuetPkg/PostBuild.sh
+++ b/DuetPkg/PostBuild.sh
@@ -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
+