| Summary: | diff -r does not show removed (or new) directories | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Paco SoberĂ³n <unratito> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | major | CC: | busybox-cvs, rainer.canavan+busybox |
| Priority: | P5 | ||
| Version: | 1.33.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | add directories to the directory listing if -r flag was set, but -N was not | ||
|
Description
Paco SoberĂ³n
2014-06-03 11:34:47 UTC
works normal on 1.24 (In reply to comment #1) > works normal on 1.24 Oh.. now.. I was testing not busybox diff ;( This problem still exists in busybox 1.31.1 The exit status is still set to "1" as it should be, so it's really only the message that is missing. Created attachment 9016 [details]
add directories to the directory listing if -r flag was set, but -N was not
This patch just makes diff to follow diffutils behaviour.
I don't know if diff.c code can be optimized.
|