From: Paul Eggert Date: Sat, 25 Sep 1999 05:50:48 +0000 (+0000) Subject: A read error now causes a nonzero exit status. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=5af183358fea2a7c4ea678d628229feb70db449c;hp=29929863e80e7c0a2b1485d5ed2c7d492f2a9702;p=chaz%2Ftar A read error now causes a nonzero exit status. --- diff --git a/NEWS b/NEWS index e174339..504464a 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,8 @@ version 1.13.12 - Paul Eggert, 1999-09-24. that an archive contains garbage at the end. It attempts to extract as many files as possible from the good data before the garbage. +* A read error now causes a nonzero exit status, not just a warning. + * Some diagnostics have been reworded for consistency.