diff options
author | Steven Knight <knight@baldmt.com> | 2009-12-15 23:44:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-12-15 23:44:04 (GMT) |
commit | d1f8d0ca797e38e768d3914e690b69f7cd344258 (patch) | |
tree | 674963b2f63012bc41f18ad9492c7e6d7625ee88 /bin | |
parent | 19082c6988c2905222e97271ea44ee2cba2b88e5 (diff) | |
download | SCons-d1f8d0ca797e38e768d3914e690b69f7cd344258.zip SCons-d1f8d0ca797e38e768d3914e690b69f7cd344258.tar.gz SCons-d1f8d0ca797e38e768d3914e690b69f7cd344258.tar.bz2 |
Typo fix.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/time-scons.py | 2 |
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 |