diff options
Diffstat (limited to 'test/option-s.py')
-rw-r--r-- | test/option-s.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-s.py b/test/option-s.py index f4d3c0b..fe13fb7 100644 --- a/test/option-s.py +++ b/test/option-s.py @@ -40,7 +40,7 @@ file.close() test.write('SConstruct', """ MyBuild = Builder(name = "MyBuild", - action = "python build.py %(target)s") + action = "python build.py $target") env = Environment(BUILDERS = [MyBuild]) env.MyBuild(target = 'f1.out', source = 'f1.in') env.MyBuild(target = 'f2.out', source = 'f2.in') |