From c29e99d22666c7dfe45bf948d08019a85fb1d4f7 Mon Sep 17 00:00:00 2001 From: dillon Date: Thu, 3 Dec 1998 07:25:13 +0000 Subject: Fixed typo in previous commit. oops. --- contrib/cvs/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/src') diff --git a/contrib/cvs/src/main.c b/contrib/cvs/src/main.c index 5eb22bc..9cb7bc0 100644 --- a/contrib/cvs/src/main.c +++ b/contrib/cvs/src/main.c @@ -519,7 +519,7 @@ main (argc, argv) * force full group write perms (used for shared checked-out * source trees, see manual page) */ - umask(mask(077) & 007); + umask(umask(077) & 007); break; case 't': trace = 1; -- cgit v1.1