diff options
author | Russel Winder <russel@winder.org.uk> | 2016-04-10 10:41:00 +0100 |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2016-04-10 10:41:00 +0100 |
commit | 6a37189174372c9c98c63ada58ab4352adf650e8 (patch) | |
tree | 521ddb1071569fa90100e11d7f03af13d5689aaf /test/SConsignFile/use-dbhash.py | |
parent | 14924bcc1713c5bd7dcf4db5b420204407048889 (diff) | |
parent | 3e0a831c7fcd60384266e14641a3a15f2cba1ced (diff) | |
download | scons-git-6a37189174372c9c98c63ada58ab4352adf650e8.tar.gz |
Commit resolved conflicted merge.
Diffstat (limited to 'test/SConsignFile/use-dbhash.py')
-rw-r--r-- | test/SConsignFile/use-dbhash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConsignFile/use-dbhash.py b/test/SConsignFile/use-dbhash.py index bd9b79963..f70c8b095 100644 --- a/test/SConsignFile/use-dbhash.py +++ b/test/SConsignFile/use-dbhash.py @@ -55,7 +55,7 @@ test.write('SConstruct', """ import sys import dbhash SConsignFile('.sconsign', dbhash) -B = Builder(action = '%(_python_)s build.py $TARGETS $SOURCES') +B = Builder(action = r'%(_python_)s build.py $TARGETS $SOURCES') env = Environment(BUILDERS = { 'B' : B }) env.B(target = 'f1.out', source = 'f1.in') env.B(target = 'f2.out', source = 'f2.in') |