prefix-dev / rattler-build

rattler-build is a universal package builder for Windows, macOS and Linux
https://prefix-dev.github.io/rattler-build
BSD 3-Clause "New" or "Revised" License
215 stars 46 forks source link

Figure out if we can fix the Windows `.bat` behavior of exiting #1201

Open wolfv opened 2 hours ago

wolfv commented 2 hours ago

On Windows, users have to manually add a line like if errorlevel 1 exit 1 after every line of code.

I am wondering if there is a way to make this the default behavior of cmd.exe, or if we should add this line automatically in every line that doesn't end with the continuation character ^.

wolfv commented 2 hours ago

Long term we definitely want to move away from .bat files anyways ...