From: John Benediktsson Date: Wed, 15 Dec 2021 21:49:11 +0000 (-0800) Subject: build.cmd: fix syntax. X-Git-Tag: 0.99~2221 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=508b217ea6bc401db74af86ae4df537469d8ac5a build.cmd: fix syntax. --- diff --git a/build.cmd b/build.cmd index ef4381353b..57d01d143a 100644 --- a/build.cmd +++ b/build.cmd @@ -40,7 +40,7 @@ if not errorlevel 1 ( echo Deleting staging images from temp/... del temp\staging.*.image -if "%1"!="net-bootstrap" ( +if not "%1"=="net-bootstrap" ( echo Updating working copy from %GIT_BRANCH%... call git pull https://github.com/factor/factor %GIT_BRANCH% if errorlevel 1 goto fail