Skip to content

Commit cf6a893

Browse files
committed
utils: adjust some whitespace (NFC)
1 parent 4af35bb commit cf6a893

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ function Fetch-Dependencies {
736736
Expand-Archive -Path $source -DestinationPath $destination -Force
737737
}
738738

739-
740739
function Extract-Toolchain {
741740
param
742741
(
@@ -766,7 +765,7 @@ function Fetch-Dependencies {
766765
Get-ChildItem "$BinaryCache\toolchains\WixAttachedContainer" -Filter "*.msi" | ForEach-Object {
767766
$LogFile = [System.IO.Path]::ChangeExtension($_.Name, "log")
768767
$TARGETDIR = if ($_.Name -eq "rtl.msi") { "$BinaryCache\toolchains\$ToolchainName\LocalApp\Programs\Swift\Runtimes\$(Get-PinnedToolchainVersion)\usr\bin" } else { "$BinaryCache\toolchains\$ToolchainName" }
769-
Invoke-Program -OutNull msiexec.exe /lvx! $BinaryCache\toolchains\$LogFile /qn /a $BinaryCache\toolchains\WixAttachedContainer\$($_.Name) ALLUSERS=0 TARGETDIR=$TARGETDIR
768+
Invoke-Program -OutNull msiexec.exe /lvx! $BinaryCache\toolchains\$LogFile /qn /a $BinaryCache\toolchains\WixAttachedContainer\$($_.Name) ALLUSERS=0 TARGETDIR=$TARGETDIR
770769
}
771770
}
772771

0 commit comments

Comments
 (0)