summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-10-29 05:03:45 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-10-29 05:03:45 +0000
commit34923d14e1aa220bc0ac979f0a3e0686b328ed38 (patch)
treeb05eee676fbb4154896fb9952826b14c8b860727 /gnu
parent8e2e67b97386f77597f8bbcae50165e7388d0509 (diff)
Restore missing call to parseopts() for non-client/server
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/src/main.c b/gnu/usr.bin/cvs/src/main.c
index 86ac0c7b0ee..2b7dcbe7609 100644
--- a/gnu/usr.bin/cvs/src/main.c
+++ b/gnu/usr.bin/cvs/src/main.c
@@ -725,6 +725,7 @@ main (argc, argv)
error (0, 0, "Sorry, you don't have read/write access to the history file");
error (1, save_errno, "%s", path);
}
+ parseopts(CVSroot_directory);
}
#ifdef HAVE_PUTENV