From 906dda1bfdc74bbb400b032b5f80134a6d968703 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 Nov 2008 02:42:32 -0600 Subject: [PATCH] Fixed bug in bootstrapper. --- support/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/buildbot/bootstrap.pl b/support/buildbot/bootstrap.pl index 8885f6c..0bf7eff 100755 --- a/support/buildbot/bootstrap.pl +++ b/support/buildbot/bootstrap.pl @@ -20,5 +20,5 @@ if ($^O eq "linux") Build::Command("flip -u support/versionchanger.pl"); Build::Command("chmod +x support/versionchanger.pl"); } -Build::Command(Build::PathFormat('support/versionchanger.pl') . '--buildstring="-dev"'); +Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');