diff options
author | 2019-09-30 10:06:55 +0100 | |
---|---|---|
committer | 2019-09-30 10:06:55 +0100 | |
commit | cf1f9cc6bb1270559ce808132f610e92393e949b (patch) | |
tree | dc1d2aed7df918445082678914b09609f74894eb /3rdparty | |
parent | fcbc60c1836ae7cc895a9f302606b67a900e000a (diff) |
disable _MAKE.escquote() so the defines in expat.make match the previous version (nw)
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/genie/src/actions/make/_make.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/genie/src/actions/make/_make.lua b/3rdparty/genie/src/actions/make/_make.lua index 0f1a4b60519..dd59e2a094e 100644 --- a/3rdparty/genie/src/actions/make/_make.lua +++ b/3rdparty/genie/src/actions/make/_make.lua @@ -47,8 +47,8 @@ return result else -- handle simple replacements - result = value:gsub(" ", "\\ ") - result = result:gsub("\"", "\\\"") + --result = value:gsub(" ", "\\ ") + --result = result:gsub("\"", "\\\"") return result end end |