From 91a3a42439d87a5b626e61244edcb8c8e231cc5f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 16 May 2021 16:00:41 -0700 Subject: Fix batch file command-line parsing --- src/api/api.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/api.cmd b/src/api/api.cmd index e08c10aa..db8d5183 100644 --- a/src/api/api.cmd +++ b/src/api/api.cmd @@ -3,7 +3,7 @@ @set _C=Debug :parse_args -@if /i "%1"=="release" set _C=Release& shift +@if /i "%1"=="release" set _C=Release @if not "%1"=="" shift & goto parse_args @echo Building api %_C% -- cgit v1.2.3-55-g6feb