msys2 / msys2-autobuild

🏭🏭🏭🏭🏭🏭🏭🏭
https://packages.msys2.org/queue
MIT License
35 stars 25 forks source link

work around powershell arg parsing fail #53

Closed jeremyd2019 closed 2 years ago

jeremyd2019 commented 2 years ago

It appears that powershell doesn't properly handle an empty argument, resulting in all the subsequent arguments being shifted left by one.

So, don't specify --optional-deps argument if it is empty.

lazka commented 2 years ago

thanks