Skip to content

Commit

Permalink
AU: 1 updated - msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 24, 2020
1 parent f83ed27 commit be63f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/msys2/msys2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>0.0</version>
<version>20200522.0.0</version>
<title>MSYS2</title>
<authors>Alexpux, martell, mingwandroid, elieux, renatosilva, niXman</authors>
<owners>chocolatey, userzimmermann, petemounce</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/msys2/tools/helpers.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$pp = Get-PackageParameters
$pp = Get-PackageParameters

$is64 = (Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true'
$dir_name = if ($is64) { 'msys64' } else { 'msys32' }
Expand Down Expand Up @@ -41,7 +41,7 @@ function Update-MSys2 {
Write-Host "Repeating system update until there are no more updates or max $max iterations"
Write-Host "Output is recorded in: $logPath"

rm $logPath -ea 0
Remove-Item $logPath -ea 0
$ErrorActionPreference = 'Continue' #otherwise bash warnings will exit
while (!$done) {
Write-Host "`n================= SYSTEM UPDATE $((++$i)) =================`n"
Expand Down

0 comments on commit be63f1f

Please sign in to comment.