mirror of
https://github.com/cc65/cc65.git
synced 2026-04-19 09:28:25 +00:00
c7096ab6d7
Using a pipe causes a subshell to be generated so the "exit" statements will just leave the subshell. As a consequence, the sortedxxx.sh scripts produced output but no error exit code. Which in turn caused an error in #2778 to slip through undetected.