rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

unzip rakudo-moar-2020.02.1-01-win-x86_64.zip exits with non zero code #38

Closed skaji closed 4 years ago

skaji commented 4 years ago

(Sorry if this is not the right place to report this kind of issues)

unzip https://rakudo.org/dl/rakudo/rakudo-moar-2020.02.1-01-win-x86_64.zip emits a warning and exits with non-zero code 1.

❯ wget -q  https://rakudo.org/dl/rakudo/rakudo-moar-2020.02.1-01-win-x86_64.zip

❯ unzip -q rakudo-moar-2020.02.1-01-win-x86_64.zip
warning:  rakudo-moar-2020.02.1-01-win-x86_64.zip appears to use backslashes as path separators

❯ echo $?
1

Note that, even in windows OS and powershell environment, unzip rakudo-moar-2020.02.1-01-win-x86_64.zip emits a warning and exits with non-zero code.

patrickbkr commented 4 years ago

@skaji Thanks for the hint! It seems I fell victim to PowerShell/Microsoft.PowerShell.Archive#62. I'll try to get an updated version uploaded soonish.

patrickbkr commented 4 years ago

https://rakudo.org/dl/rakudo/rakudo-moar-2020.02.1-02-win-x86_64.zip was just uploaded, which should have this problem fixed.

skaji commented 4 years ago

@patrickbkr Thanks!