]> gitweb.factorcode.org Git - factor.git/commitdiff
build.cmd: fix.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Dec 2021 20:34:16 +0000 (12:34 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Dec 2021 20:34:16 +0000 (12:34 -0800)
build.cmd

index f80f59bd075446ee945ee5af68329c31c069c8a4..04999999d74ebcfab08b95ab0ae1cb35e546137e 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -32,7 +32,7 @@ if "%1"=="/?" (
 ) else if "%1"=="self-bootstrap" (
     set _git_pull=1
     set _compile_vm=0
-    set _bootimage="make"
+    set _bootimage=make
     set _bootstrap_factor=1
 ) else if "%1"=="bootstrap" (
     set _git_pull=0