diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-03-31 05:11:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-03-31 05:11:47 +0000 |
| commit | 6c3f552a31dd0a0c8c59a028fd9bc507d43ec5cc (patch) | |
| tree | 9dcc58d3fb5e1644413565971c98196650ef87d3 /usr.sbin/chroot/chroot.c | |
| parent | 44ee97a91b095311b8703857d54df336354236a0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/chroot/chroot.c')
| -rw-r--r-- | usr.sbin/chroot/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c index 81bf675125a7..db60a34835d9 100644 --- a/usr.sbin/chroot/chroot.c +++ b/usr.sbin/chroot/chroot.c @@ -61,7 +61,7 @@ main(argc, argv) int ch; char *shell; - while ((ch = getopt(argc, argv, "")) != EOF) + while ((ch = getopt(argc, argv, "")) != -1) switch(ch) { case '?': default: |
