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