From: John Benediktsson Date: Thu, 16 Dec 2021 20:42:37 +0000 (-0800) Subject: build.cmd: fix url typo. X-Git-Tag: 0.99~2203 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=4a86da9ec9229cb232e799a923ddc731a73c4241 build.cmd: fix url typo. --- diff --git a/build.cmd b/build.cmd index 1bb9e463ac..2d8b958291 100644 --- 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...