fix reported missing closing '%' in fetch.cmd

Reported directly to devteam by email in K4336 (thank you).
This commit is contained in:
nhmall
2025-07-07 10:07:02 -04:00
parent da132e3bb0
commit ce8c4c3ca2

View File

@@ -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%