From: stevenknight Date: Tue, 15 Dec 2009 23:44:04 +0000 (+0000) Subject: Typo fix. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb54438944137408912d905d10e936539f9e07c8;p=scons.git Typo fix. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4551 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/bin/time-scons.py b/bin/time-scons.py index 8831cc98..fc5c7111 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