From eb54438944137408912d905d10e936539f9e07c8 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 15 Dec 2009 23:44:04 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4551 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 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 -- 2.26.2