summaryrefslogtreecommitdiff
path: root/test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py')
-rw-r--r--test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py b/test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py
index a7574955..2351c059 100644
--- a/test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py
+++ b/test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py
@@ -74,7 +74,7 @@ def cat(env, source, target):
f.close()
env = Environment(tools = ['default', 'SCCS'],
BUILDERS={'Cat':Builder(action=cat)},
- SCCSCOM='%(_python_)s my-sccs-get.py $TARGET',
+ SCCSCOM=r'%(_python_)s my-sccs-get.py $TARGET',
SCCSCOMSTR='Checking out $TARGET from our fake SCCS')
env.Cat('aaa.out', 'aaa.in')
env.Cat('bbb.out', 'bbb.in')