]> gitweb.michael.orlitzky.com - valtz.git/commitdiff
Drop the "-x" flag.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 21 Oct 2020 01:43:50 +0000 (21:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 21 Oct 2020 01:43:50 +0000 (21:43 -0400)
The "-x" flag used to set the exit code non-zero on error, thus making
it easier to detect errors in shell scripts. But I can imagine no
situation where returning zero unconditionally is preferable; and so,
I've removed the flag and enabled the "-x" behavior by default.


No differences found