mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-31 13:48:58 +01:00
Also, do not reject -perm /MODE merely because of POSIXLY_CORRECT. Problem reported in <https://savannah.gnu.org/bugs/?38474>. * NEWS: * doc/find.texi (Mode Bits): Document this. (Environment Variables): POSIXLY_CORRECT does not affect -perm. * find/parser.c (parse_help): Mention /MODE, not +MODE. (non_posix_mode): Remove. (parse_perm): Remove support for -perm +MODE. Do not reject -perm /MODE merely because POSIXLY_CORRECT is set; POSIXLY_CORRECT is not supposed to be for pedantic checking.