Bug 7340 - find -perm /0123 is unsupported
Summary: find -perm /0123 is unsupported
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.22.x
Hardware: All All
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-31 19:39 UTC by Adam Borowski
Modified: 2014-09-05 10:17 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Borowski 2014-08-31 19:39:56 UTC
find -perm +0123 has been replaced by find -perm /0123, yet busybox supports only the old syntax.  GNU find deprecated +0123 in 2005, and removed it altogether in findutils 4.5.
Comment 1 Denys Vlasenko 2014-09-05 10:17:57 UTC
Fixed in git. Thanks.