[Bug 276326] find: Allow '/' to be used with -perm for GNU compatibility
Date: Sun, 14 Jan 2024 15:21:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276326
Bug ID: 276326
Summary: find: Allow '/' to be used with -perm for GNU
compatibility
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: rbranco@suse.com
Since 2005 GNU find(1) no longer allows '+' to be used with -perm, forcing the
use of a / instead.
This PR adds support for this character as synonym for '+':
https://github.com/freebsd/freebsd-src/pull/1060
--
You are receiving this mail because:
You are the assignee for the bug.