summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-08-15 18:24:55 +0000
committerjmallett <jmallett@FreeBSD.org>2002-08-15 18:24:55 +0000
commitfd28cd5d8fd7ae34dc3325129ee6fdfc219d26dd (patch)
treefc1fc435e4a7b3a7e29ddd834ec01d57c641df15 /usr.bin
parent10845c31e4ebf188411b0c317b4048d5579e35a3 (diff)
downloadFreeBSD-src-fd28cd5d8fd7ae34dc3325129ee6fdfc219d26dd.zip
FreeBSD-src-fd28cd5d8fd7ae34dc3325129ee6fdfc219d26dd.tar.gz
Add support for -false instead of '!' cause it can be hard to use that in
some shells, etc., and also for GNU compatability (lack of this broke the Mono CVS build for me). MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/find/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c
index ae105d9..f0af4c6 100644
--- a/usr.bin/find/option.c
+++ b/usr.bin/find/option.c
@@ -74,6 +74,7 @@ static OPTION const options[] = {
{ "-empty", c_empty, f_empty, 0 },
{ "-exec", c_exec, f_exec, 0 },
{ "-execdir", c_exec, f_exec, F_EXECDIR },
+ { "-false", c_simple, f_not, 0 },
{ "-flags", c_flags, f_flags, 0 },
{ "-follow", c_follow, f_always_true, 0 },
/*
OpenPOWER on IntegriCloud