summaryrefslogtreecommitdiffstats
path: root/bin/time-scons.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/time-scons.py')
-rw-r--r--bin/time-scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/time-scons.py b/bin/time-scons.py
index 8831cc9..fc5c711 100644
--- a/bin/time-scons.py
+++ b/bin/time-scons.py
@@ -245,7 +245,7 @@ def do_revisions(cr, opts, branch, revisions, scripts):
commands.append(['svn', 'up', '-q', '-r', str(this_revision)]
+ TimeSCons_pieces)
- status = cr.run(command, stdout=stdout, stderr=stderr)
+ status = cr.run(commands, stdout=stdout, stderr=stderr)
if status:
return status