summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2019-09-30 10:06:55 +0100
committer smf- <smf-@users.noreply.github.com>2019-09-30 10:06:55 +0100
commitcf1f9cc6bb1270559ce808132f610e92393e949b (patch)
treedc1d2aed7df918445082678914b09609f74894eb /3rdparty
parentfcbc60c1836ae7cc895a9f302606b67a900e000a (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.lua4
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