summaryrefslogtreecommitdiff
path: root/test/up-to-date.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-31 03:47:18 +0000
committerSteven Knight <knight@baldmt.com>2001-10-31 03:47:18 +0000
commit00c3ada748b164ecf909727fa81f521dde72fda9 (patch)
tree123feebbeb8fd1ea7c4dbc0de3cd81b0e5f6f8ad /test/up-to-date.py
parentae1737265e92978dd851292340d21af6e2269196 (diff)
downloadscons-00c3ada748b164ecf909727fa81f521dde72fda9.tar.gz
Make the (s) and variables upper-case.
Diffstat (limited to 'test/up-to-date.py')
-rw-r--r--test/up-to-date.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/up-to-date.py b/test/up-to-date.py
index dd7d86af..7620409f 100644
--- a/test/up-to-date.py
+++ b/test/up-to-date.py
@@ -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')