fix reported missing closing '%' in fetch.cmd
Reported directly to devteam by email in K4336 (thank you).
This commit is contained in:
@@ -5,7 +5,7 @@ if [%1] == [lua] (
|
|||||||
set LUA_VERSION=5.4.6
|
set LUA_VERSION=5.4.6
|
||||||
set LUASRC=../lib/lua
|
set LUASRC=../lib/lua
|
||||||
set CURLLUASRC=http://www.lua.org/ftp/lua-%LUA_VERSION%.tar.gz
|
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 (
|
if NOT exist lib/lua.h (
|
||||||
cd lib
|
cd lib
|
||||||
curl -L %CURLLUASRC% -o %CURLLUADST%
|
curl -L %CURLLUASRC% -o %CURLLUADST%
|
||||||
|
|||||||
Reference in New Issue
Block a user