summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 70b28e03..830e8c60 100755
--- a/acprep
+++ b/acprep
@@ -840,7 +840,7 @@ class PrepareBuild(CommandLineApp):
PrepareBuild.__dict__['setup_flavor_' + self.current_flavor](self)
def escape_string(self, data):
- return re.sub(r'(['\\\\])', '\\\\\\1', data)
+ return re.sub(r'(["\\\\])', '\\\\\\1', data)
def finalize_config(self):
self.setup_flavor()