From d1f8d0ca797e38e768d3914e690b69f7cd344258 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 15 Dec 2009 23:44:04 +0000 Subject: Typo fix. --- bin/time-scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12