From ce8c4c3ca2ec0f02003c0140a0633c7efe62d4cd Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 7 Jul 2025 10:07:02 -0400 Subject: [PATCH] fix reported missing closing '%' in fetch.cmd Reported directly to devteam by email in K4336 (thank you). --- sys/windows/fetch.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/fetch.cmd b/sys/windows/fetch.cmd index 7399ed31c..c484f9b13 100644 --- a/sys/windows/fetch.cmd +++ b/sys/windows/fetch.cmd @@ -5,7 +5,7 @@ if [%1] == [lua] ( set LUA_VERSION=5.4.6 set LUASRC=../lib/lua set CURLLUASRC=http://www.lua.org/ftp/lua-%LUA_VERSION%.tar.gz - set CURLLUADST=lua-%LUA_VERSION.tar.gz + set CURLLUADST=lua-%LUA_VERSION%.tar.gz if NOT exist lib/lua.h ( cd lib curl -L %CURLLUASRC% -o %CURLLUADST%