Implement special variable substitution.
[scons.git] / test / up-to-date.py
index 2ed60c4cdfa0bdffeca1070c75df11e4e0f9f32f..68df0d436f0c4ea3cbbb8e097a0b2747b0c58fe1 100644 (file)
@@ -40,7 +40,7 @@ file.close()
 """)
 
 test.write('SConstruct', """
-B = Builder(name = "B", action = "python build.py %(target)s %(source)s")
+B = Builder(name = "B", action = "python build.py $targets $sources")
 env = Environment(BUILDERS = [B])
 env.B(target = 'f1.out', source = 'f1.in')
 env.B(target = 'f2.out', source = 'f2.in')