bug-coreutils
[Top][All Lists]
Advanced

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

sort in coreutils 5.2.1-23


From: Dieter Demerre
Subject: sort in coreutils 5.2.1-23
Date: Fri, 22 Oct 2004 15:21:16 +0200 (CEST)

L.S.,

Hi,
I just installed SuSE 9.1 and discovered that the sort-function installed has a glich.

If I do

sort <<EOLIST
/      (everyone)
/stand (everyone)
/opt   (everyone)
/home  (everyone)
/usr   (everyone)
/var   (everyone)
/tmp   (everyone)
/disk  (everyone)
EOLIST

I get
<snip>
/disk  (everyone)
/      (everyone)
/home  (everyone)
/opt   (everyone)
/stand (everyone)
/tmp   (everyone)
/usr   (everyone)
/var   (everyone)
</snip>

Which is hardly what I would expect...

This is pretty serious since it occurs in the auto-mounting script, and all directories before '/' are not correctly mounted then...

I downloaded source from http://ftp.gnu.org/pub/gnu/coreutils/ and configured and compiled it on aforementioned installation, and the sort executable behaves exactly the same.

I'm fearing this comes from somewhere spaces (leading, or separating) that are ignored.

--
-- Groetjes vanwege...   Kind Regards... --
-- Dieter Demerre  ***  address@hidden --
-- http://www.angelfire.com/de/ddemerre/ --
-- Ceterum Censeo Redmond Esse Delendam  --




reply via email to

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