From ce6af9d93717a57792fc7d371f0fea9c40878c2f Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 5 Jun 2015 13:38:12 +0800 Subject: fix verbose for makefile --- xmake/scripts/tools/echo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/tools/echo.lua') diff --git a/xmake/scripts/tools/echo.lua b/xmake/scripts/tools/echo.lua index 197cebedc..d9ee8f872 100644 --- a/xmake/scripts/tools/echo.lua +++ b/xmake/scripts/tools/echo.lua @@ -32,7 +32,7 @@ function echo.main(...) -- echo all for _, v in ipairs(...) do - io.write(string.format("%s ", v:gsub("%%20", " "))) + io.write(string.format("%s ", v:gsub("%%20", " "):gsub("%%3d", "="):gsub("%%22", "\""))) end io.write("\n") -- cgit v1.3.1