Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Schuh <jschuh@users.noreply.github.com>2021-09-02 00:55:44 +0300
committerLukáš Matěna <33929324+lukasmatena@users.noreply.github.com>2021-10-20 10:06:35 +0300
commit26cfc9ebb35894b69a664982e51c1daf07425044 (patch)
tree8bb776ba366828364d7f210dc566d80d11c77895 /build_win.bat
parentd4be22df8a42d98d754c129b787573aec7d247cd (diff)
build_win: Don't report an error on help switch
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 34fea8d61..c03ebf039 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -65,6 +65,7 @@ SET PS_DESTDIR=
CALL :RESOLVE_DESTDIR_CACHE
REM Set up parameters used by help menu
+SET EXIT_STATUS=0
SET PS_CONFIG_DEFAULT=%PS_CONFIG%
SET PS_ARCH_HOST=%PS_ARCH%
(echo " -help /help -h /h -? /? ")| findstr /I /C:" %~1 ">nul && GOTO :HELP