tag 18893 notabug
thanks
On 10/29/2014 10:58 PM, Michael Yang wrote:
> sort (GNU coreutils) 8.4 yields:
>
> CC = aCC
> CC = cc
> CCFLAGS =
> CC = gcc
Newer builds of sort include a --debug flag that show you what is going on:
$ printf "CC = gcc\nCC = aCC\nCCFLAGS =\nCC = cc\n" | src/sort --de
tag 18893 notabug
thanks
On 10/29/2014 03:58 PM, Michael Yang wrote:
> There might be a bug in the “sort” program in GNU coreutils 8.4, present at
> least in CentOS 6 x86_64. It’s not immediately obvious to me whether or
> not this bug has been reported before.
Thanks for the report. However,
Hi,
There might be a bug in the “sort” program in GNU coreutils 8.4, present at
least in CentOS 6 x86_64. It’s not immediately obvious to me whether or
not this bug has been reported before.
Given the following:
CC = gcc
CC = aCC
CCFLAGS =
CC = cc
sort (GNU coreutils) 8.4 yields: