]> git.ipfire.org Git - thirdparty/coreutils.git/commit
join: ensure --header skips the order check with empty files
authorPádraig Brady <P@draigBrady.com>
Fri, 14 Jan 2011 08:46:21 +0000 (08:46 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 29 Jan 2011 23:33:25 +0000 (23:33 +0000)
commit32626bde6d68508109a99dfe0a089a0025f56085
tree5f45efbab1684bbf57184dbdc82e7f7ebb6cf151
parentd4db0cb1827730ed5536c12c0ebd024283b3a4db
join: ensure --header skips the order check with empty files

* src/join.c: Skip the header even if one of the files is empty.
* tests/misc/join: Add a test case.
* NEWS: Mention the fix
NEWS
src/join.c
tests/misc/join