diff options
Diffstat (limited to '3rdparty/genie/src/actions/make/_make.lua')
-rw-r--r-- | 3rdparty/genie/src/actions/make/_make.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/genie/src/actions/make/_make.lua b/3rdparty/genie/src/actions/make/_make.lua index dd59e2a094e..63741e982cb 100644 --- a/3rdparty/genie/src/actions/make/_make.lua +++ b/3rdparty/genie/src/actions/make/_make.lua @@ -49,7 +49,8 @@ -- handle simple replacements --result = value:gsub(" ", "\\ ") --result = result:gsub("\"", "\\\"") - return result + --return result + return value end end |