Summary: | extract-localizable-strings script miss files when skip directories are specified | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> | ||||
Component: | Tools / Tests | Assignee: | Timothy Hatcher <timothy> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | darin | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Timothy Hatcher
2010-05-04 14:05:10 PDT
I think we want to have this say "-prune -false -o" instead of just "-prune". Created attachment 55048 [details]
Proposed patch
It seems to work this way, since -prune is an action it does not cause the results to print (no implict -print action for those.) That is my understanding how it works. But that dosen't match what the man page says: If none of -exec, -ls, -print, -print0, or -ok is specified, the given expression shall be effectively replaced by ( given expression ) -print. Doing "-prune -false" has the same effect as "-prune". |