Merge pull request #8671 from nathansoz/patch-2

$powershellpath is called as ".$powershellpath"
This commit is contained in:
Michael DeHaan 2014-08-19 15:44:52 -04:00
commit 231fc84cce

View file

@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath ".$powershellpath\$filename" -ArgumentList /quiet
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet