maint: script diagnostics status cleanup
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Nov 2017 07:02:02 +0000 (23:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Nov 2017 07:11:07 +0000 (23:11 -0800)
commitf55f2be13c2f1afa8d76daadabb3b24c7fe34743
tree21a93ae6a3626641d93fb8271ae97c4992702824
parentb1d08ed0e26f0a8c81910c5950275d28ce06bd9c
maint: script diagnostics status cleanup

Problem reported by Bruno Haible (Bug#29266#20).
* NEWS: Mention this.
* gunzip.in, gzexe.in, zcat.in, zcmp.in, zdiff.in, zforce.in:
* zgrep.in, zless.in, zmore.in, znew.in:
Use printf instead of echo if the argument might contain ‘\’, at
least in theory.  Don’t assume printf exits with status 1 on
failure; it might be some other positive status.
* gzexe.in: Use printf consistently instead of echo, and
proscribe it instead of echo.
NEWS
gunzip.in
gzexe.in
zcat.in
zcmp.in
zdiff.in
zforce.in
zgrep.in
zless.in
zmore.in
znew.in