bug-grep
[Top][All Lists]
Advanced

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

Re: grep-2.10 on OSF/1


From: Stefano Lattarini
Subject: Re: grep-2.10 on OSF/1
Date: Mon, 21 Nov 2011 23:41:31 +0100
User-agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; )

On Monday 21 November 2011, Jim Meyering wrote:
> 
> +# Given compare_dev_null_'s preprocessing, for 0 or 2, defer to compare_.
>
This comments should be adjusted as well, I think.

> +# Otherwise, differences have already been printed, so return 1.
> +compare ()
> +{
> +  compare_dev_null_ "$@"
> +  case $? in
> +    0|1) return $?;;
> +    *) compare_ "$@";;
> +  esac
> +}
> +
>  # An arbitrary prefix to help distinguish test directories.
>  testdir_prefix_ () { printf gt; }
> 

Regards,
  Stefano



reply via email to

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