]> gitweb.factorcode.org Git - factor.git/commitdiff
build.cmd: fix syntax.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Dec 2021 21:49:11 +0000 (13:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Dec 2021 21:49:11 +0000 (13:49 -0800)
build.cmd

index ef4381353bf3df8d441faafcb149d01f70a7a0ae..57d01d143a760018e3e3239ddc63fe0f1a0b0e4f 100644 (file)
--- 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