From e37dbcd878fcb455b69ed57e7f271a8e614fb494 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 9 Feb 2021 22:58:44 +0800 Subject: improve xrepo fetch --- xmake/actions/require/fetch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/actions/require/fetch.lua') diff --git a/xmake/actions/require/fetch.lua b/xmake/actions/require/fetch.lua index 2fd75d7b6..7a7a85fce 100644 --- a/xmake/actions/require/fetch.lua +++ b/xmake/actions/require/fetch.lua @@ -85,7 +85,7 @@ function main(requires_raw) end end if #flags > 0 then - print(table.concat(flags, " ")) + print(os.args(flags)) else print(fetchinfos) end -- cgit v1.3.1