summaryrefslogtreecommitdiff
path: root/test/Deprecated/SourceCode/CVS/CVSCOM.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/SourceCode/CVS/CVSCOM.py')
-rw-r--r--test/Deprecated/SourceCode/CVS/CVSCOM.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/CVS/CVSCOM.py b/test/Deprecated/SourceCode/CVS/CVSCOM.py
index a0f84000..f3bd29d8 100644
--- a/test/Deprecated/SourceCode/CVS/CVSCOM.py
+++ b/test/Deprecated/SourceCode/CVS/CVSCOM.py
@@ -74,7 +74,7 @@ def cat(env, source, target):
f.close()
env = Environment(TOOLS = ['default', 'CVS'],
BUILDERS={'Cat':Builder(action=cat)},
- CVSCOM='%(_python_)s my-cvs-co-.py $TARGET')
+ CVSCOM=r'%(_python_)s my-cvs-co-.py $TARGET')
env.Cat('aaa.out', 'aaa.in')
env.Cat('bbb.out', 'bbb.in')
env.Cat('ccc.out', 'ccc.in')