This commit is contained in:
Miodrag Milanovic 2015-04-02 17:39:00 +02:00
commit e97c4afe1f

View File

@ -6,7 +6,8 @@ local naclToolchain = ""
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
function str_to_version(str)