]> git.ipfire.org Git - thirdparty/coreutils.git/commit
comm,join: ensure warnings are apparent upon exit
authorPádraig Brady <P@draigBrady.com>
Mon, 11 Feb 2019 01:40:36 +0000 (17:40 -0800)
committerPádraig Brady <P@draigBrady.com>
Tue, 12 Feb 2019 06:56:21 +0000 (22:56 -0800)
commit636cbdb77b598109b7073a4e990643b956727cb6
treee92ea113e4d07f19cf9567600ab752d89c5b567a
parent620112526bfbd09b4b52c603528541eaac9f9bac
comm,join: ensure warnings are apparent upon exit

* src/comm.c (main): Output a warning right before exit,
in case previous errors have scrolled from view.
* src/join.c (main): Likewise.
* tests/misc/comm.pl: Addjust accordingly.
* tests/misc/join.pl: Likewise.
Fixes https://bugs.gnu.org/34347
src/comm.c
src/join.c
tests/misc/comm.pl
tests/misc/join.pl