emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20088: closed (-a changes whether a match is found


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20088: closed (-a changes whether a match is found)
Date: Wed, 11 Mar 2015 21:54:02 +0000

Your message dated Wed, 11 Mar 2015 14:53:26 -0700
with message-id <address@hidden>
and subject line Re: bug#20088: -a changes whether a match is found
has caused the debbugs.gnu.org bug report #20088,
regarding -a changes whether a match is found
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20088: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20088
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: -a changes whether a match is found Date: Wed, 11 Mar 2015 10:38:28 -0700
--text (-a) is documented to change only the output, not grep's exit status.
Yet, it does change the exit status here:

  $ printf "a\0b\n" | LC_ALL=C src/grep -la a.b; echo $?
  (standard input)
  0
  $ printf "a\0b\n" | LC_ALL=C src/grep -l  a.b; echo $?
  1

Noted by Andreas Schwab in https://bugs.gnu.org/20080.



--- End Message ---
--- Begin Message --- Subject: Re: bug#20088: -a changes whether a match is found Date: Wed, 11 Mar 2015 14:53:26 -0700
On Wed, Mar 11, 2015 at 11:02 AM, Paul Eggert <address@hidden> wrote:
> On 03/11/2015 10:38 AM, Jim Meyering wrote:
>>
>> --text (-a) is documented to change only the output, not grep's exit
>> status.
>
> It is documented, albeit too tersely.  I tried to improve it by installing
> the attached.

Thanks, Paul.  In which case I'm closing this issue, too.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]