Allow the -c -f file options to actually execute.

This commit is contained in:
Mike Pritchard 2007-02-13 00:22:29 +00:00
parent 51fd6380c5
commit 975f2e5cf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166679

View File

@ -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)