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;
|
argv += optind;
|
||||||
argc -= optind;
|
argc -= optind;
|
||||||
|
|
||||||
if ((pidset && *argv) || (!pidset && !*argv))
|
if ((pidset && *argv) || (!pidset && clear == NOTSET && !*argv))
|
||||||
usage();
|
usage();
|
||||||
|
|
||||||
if (inherit)
|
if (inherit)
|
||||||
|
Loading…
Reference in New Issue
Block a user