[Bug 8471] New: find+sort regression (no output after sort)

bugzilla at busybox.net bugzilla at busybox.net
Thu Nov 19 18:24:45 UTC 2015


https://bugs.busybox.net/show_bug.cgi?id=8471

           Summary: find+sort regression (no output after sort)
           Product: Busybox
           Version: 1.24.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: d77190 at mail.ru
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


here is sample case:

busybox 1.23.2:

$touch 1 2 3 4 5; find ./; echo "---"; find ./ |sort
./
./5
./4
./3
./2
./1
---
./
./1
./2
./3
./4
./5

busybox 1.24.1:

$touch 1 2 3 4 5; find ./; echo "---"; find ./ |sort
./
./5
./4
./3
./2
./1
---

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list