mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 13:01:10 +01:00
Allow the -c -f file options to actually execute.
This commit is contained in:
parent
51fd6380c5
commit
975f2e5cf7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166679
@ -123,7 +123,7 @@ main(int argc, char *argv[])
|
||||
argv += optind;
|
||||
argc -= optind;
|
||||
|
||||
if ((pidset && *argv) || (!pidset && !*argv))
|
||||
if ((pidset && *argv) || (!pidset && clear == NOTSET && !*argv))
|
||||
usage();
|
||||
|
||||
if (inherit)
|
||||
|
Loading…
Reference in New Issue
Block a user