diff options
| author | ruki <[email protected]> | 2021-02-09 22:58:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-09 22:58:44 +0800 |
| commit | e37dbcd878fcb455b69ed57e7f271a8e614fb494 (patch) | |
| tree | 76ad10c3bf0d70c57aa5ea5a0c2e007d024f15a9 | |
| parent | e55058433329e56522bce3f036b694b2dfa7c21e (diff) | |
improve xrepo fetch
| -rw-r--r-- | xmake/actions/require/fetch.lua | 2 |
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 |
