On 06/22/2018 12:32 AM, Bernhard Voelker wrote:
> Currently, the use of `test $fail ...` vs. `test "$fail" ...` is 50:50.
> IMO it's easier and safer to initialize fail=0 - the attached does it.

FWIW this uninitialized 'fail' variable seems to be a side effect of

  https://git.sv.gnu.org/cgit/gnulib.git/commit/?id=e91c0d4f9

which was pulled into coreutils-v8.26 with

  https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=ef9650170

right?

Have a nice day,
Berny

Reply via email to