Fixed bug in bootstrapper.

This commit is contained in:
David Anderson 2008-11-18 02:42:32 -06:00
parent daef40e504
commit 906dda1bfd

View File

@ -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"');