Make the (s) and variables upper-case.
[scons.git] / test / up-to-date.py
index dd7d86af060b31b20d9a093698b9439c5d5a24bd..7620409f6e208b20fc06dd7b42bd32043005e06c 100644 (file)
@@ -42,7 +42,7 @@ file.close()
 """)
 
 test.write('SConstruct', """
-B = Builder(name = "B", action = r'%s build.py $targets $sources')
+B = Builder(name = "B", action = r'%s build.py $TARGETS $SOURCES')
 env = Environment(BUILDERS = [B])
 env.B(target = 'f1.out', source = 'f1.in')
 env.B(target = 'f2.out', source = 'f2.in')