]> gitweb.michael.orlitzky.com - valtz.git/commit
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)
commit908b69a476659a18ea097a8165fcf4ca1e8c50ed
tree9c2f4a0cac69d78f7e23d82debd1414d940a8de6
parent21ac9277b94e2523e167555362c16a5e427e6d52
Drop the "-x" flag.

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.
CHANGES
README
valtz