aboutsummaryrefslogtreecommitdiff
path: root/backends.py
diff options
context:
space:
mode:
Diffstat (limited to 'backends.py')
-rwxr-xr-xbackends.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends.py b/backends.py
index a8579de..427a421 100755
--- a/backends.py
+++ b/backends.py
@@ -30,7 +30,7 @@ else:
execute_wrapper = ''
def ninja_quote(text):
- return text.replace(' ', '$ ')
+ return text.replace(' ', '$ ').replace(':', '$:')
def do_replacement(regex, line, confdata):
match = re.search(regex, line)