summaryrefslogtreecommitdiff
path: root/xmake/actions/require/fetch.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-09 22:58:44 +0800
committerruki <[email protected]>2021-02-09 22:58:44 +0800
commite37dbcd878fcb455b69ed57e7f271a8e614fb494 (patch)
tree76ad10c3bf0d70c57aa5ea5a0c2e007d024f15a9 /xmake/actions/require/fetch.lua
parente55058433329e56522bce3f036b694b2dfa7c21e (diff)
improve xrepo fetch
Diffstat (limited to 'xmake/actions/require/fetch.lua')
-rw-r--r--xmake/actions/require/fetch.lua2
1 files changed, 1 insertions, 1 deletions
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