mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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
This commit is contained in:
parent
4b9c2fa1fb
commit
65acff377a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101931
@ -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 },
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user