diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-03-29 04:34:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-03-29 04:34:07 +0000 |
| commit | 1c8af8787354e20c2b38cab5801698133ff8b403 (patch) | |
| tree | 678b7641c05ca5dc27c06cac1210b2a7712335a9 /usr.bin/xargs | |
| parent | 8d64695c7c6791641c71b15441665bafc43c2bd0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/xargs')
| -rw-r--r-- | usr.bin/xargs/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 91f403bc4471..a0e8c0d1dba6 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -90,7 +90,7 @@ main(argc, argv, env) nline -= strlen(*ep++) + 1 + sizeof(*ep); } nflag = xflag = 0; - while ((ch = getopt(argc, argv, "0n:s:tx")) != EOF) + while ((ch = getopt(argc, argv, "0n:s:tx")) != -1) switch(ch) { case 'n': nflag = 1; |
