diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-18 18:58:00 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-18 18:58:00 +0000 |
| commit | c44b3fc40973cf4a45568d68bd35556753f30340 (patch) | |
| tree | 25da902401bf09386f2dac85717581ce87e394e3 /gnu | |
| parent | 5386a16290400a77ea3e7975ea47b77988758ce2 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/cvs/modules.c b/gnu/usr.bin/cvs/cvs/modules.c index 528287ad054f..5946052d76f6 100644 --- a/gnu/usr.bin/cvs/cvs/modules.c +++ b/gnu/usr.bin/cvs/cvs/modules.c @@ -818,7 +818,7 @@ cat_module (status) argc = moduleargc; argv = moduleargv; - optind = 1; + optind = 0; wid = 0; while ((c = getopt (argc, argv, CVSMODULE_OPTS)) != -1) { |
