mirror of
https://github.com/cc65/cc65.git
synced 2026-03-11 08:41:58 +00:00
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.