Follow-up to r3422: * build.ps1: Remove leading comma. Changed paths: M /poshsvn/trunk/build.ps1 Modified: poshsvn/trunk/build.ps1 =================================================================== --- poshsvn/trunk/build.ps1 (rev 3428) +++ poshsvn/trunk/build.ps1 (rev 3429) @@ -18,7 +18,7 @@ [Parameter()] [ValidateSet("x64", "x86")] [string] - $Platform = "x64", + $Platform = "x64" ) if ($Target -ne "All" -and $Target -ne "Installer" -and $Install) {