Bug 48423

Summary: /usr/bin/find's '-not' option doesn't work
Product: Base System Reporter: Matsumura Naoki <matsu>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.7-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Matsumura Naoki 2003-02-18 14:20:03 UTC
/usr/bin/find's '-not' option doesn't work.

Fix: Array options[] is not correct order.
Invert '-nouser' and '-not'.
How-To-Repeat: % find . -not -print
find: -not: unknown option
Comment 1 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2003-02-18 14:32:01 UTC
State Changed
From-To: open->patched

Fixed in -CURRENT, awaiting MFC.
Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2003-02-18 14:44:53 UTC
State Changed
From-To: patched->closed

Duplicate of 43752