From 0459587ec16ebf59939a9b23a3ae3395f4ac6126 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 Nov 2008 04:26:39 -0600 Subject: [PATCH] Fixed typo in startbuild.pl. --- support/buildbot/startbuild.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/buildbot/startbuild.pl b/support/buildbot/startbuild.pl index f54bb7b..f9f5274 100755 --- a/support/buildbot/startbuild.pl +++ b/support/buildbot/startbuild.pl @@ -67,7 +67,7 @@ sub Build sub BuildWindows { - my ($srcdir, $vcproj, $build, $binary) = (@)); + my ($srcdir, $vcproj, $build, $binary) = (@_); my ($dir, $file, $param, $vcbuilder, $cmd); $dir = getcwd();