mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
e97c4afe1f
@ -6,7 +6,8 @@ local naclToolchain = ""
|
|||||||
|
|
||||||
|
|
||||||
function backtick(cmd)
|
function backtick(cmd)
|
||||||
return string.gsub(string.gsub(os.outputof(cmd), "\r?\n$", ""), "\r?\n", " ")
|
result = string.gsub(string.gsub(os.outputof(cmd), "\r?\n$", ""), " $", "")
|
||||||
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
function str_to_version(str)
|
function str_to_version(str)
|
||||||
|
Loading…
Reference in New Issue
Block a user