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

index 1bb9e463acb0541d5127506e3858ef1abda77819..2d8b958291be72bcb3f75d21e137f674cb752692 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -82,9 +82,9 @@ if "%_compile_vm%"=="1" (
 
 if "%_bootimage_type%"=="download" (
     echo Fetching %GIT_BRANCH% boot image...
-    set boot_image_url=http://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage% %_bootimage%
-    echo URL: %boot_image_url%
-    cscript /nologo misc\http-get.vbs %boot_image_url% %_bootimage%
+    set _bootimage_url=http://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage%
+    echo URL: %_bootimage_url%
+    cscript /nologo misc\http-get.vbs %_bootimage_url% %_bootimage%
     if errorlevel 1 goto fail
 ) else if "%_bootimage_type%"=="make" (
     echo Making boot image...