We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9c920 commit 8190d23Copy full SHA for 8190d23
scripts/install.ps1
@@ -12,7 +12,7 @@ if (!$principal.IsInRole($role)) {
12
}
13
$pinfo.Arguments = $arguments
14
$pinfo.Verb = "runas"
15
- $p = [System.Diagnostics.Process]::Start($pinfo)
+ $null = [System.Diagnostics.Process]::Start($pinfo)
16
exit
17
18
$Host.UI.RawUI.WindowTitle = "Fafnir - Clang MSBuild toolset installer"
0 commit comments