| Summary: | ls colored output no longer works properly | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Teran McKinney <sega01> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.14.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | i486-pc-linux-gnu | Target: | i486-pc-linux-gnu |
| Build: | i486-pc-linux-gnu | ||
| Attachments: | Fix | ||
|
Description
Teran McKinney
2009-07-02 11:47:08 UTC
Created attachment 435 [details]
Fix
Please try attached patch
(In reply to comment #1) > Created an attachment (id=435) [details] > Fix > > Please try attached patch > Thanks for the quick response. I'm not using trunk, which I'm guessing you patched against. It did not patch cleanly: patching file coreutils/ls.c Hunk #1 FAILED at 144. 1 out of 3 hunks FAILED -- saving rejects to file coreutils/ls.c.rej Should I try against trunk? Thanks, Teran This is the same fix against 1.14.2: http://busybox.net/downloads/fixes-1.14.2/busybox-1.14.2-ls.patch (In reply to comment #3) > This is the same fix against 1.14.2: > > http://busybox.net/downloads/fixes-1.14.2/busybox-1.14.2-ls.patch > Thanks, the patch works perfectly :-). One thing though, with colored output by default, --color=none does not work. I haven't tested the trunk patch, but i'm guessing it's effectively the same. I have to mention that I do like coreutil's alternative coloring of world-writeable files, along with ISO 8601 date formatting and think that it might be nice in Busybox. Not sure if that would fit the Busybox scheme of things so well. Many thanks, Teran I updated http://busybox.net/downloads/fixes-1.14.2/busybox-1.14.2-ls.patch to fix that too (In reply to comment #5) > I updated > > http://busybox.net/downloads/fixes-1.14.2/busybox-1.14.2-ls.patch > > to fix that too > Thanks, the patch works perfectly :-). Thank you, Teran |