Fixed typo in previous commit. oops.

This commit is contained in:
Matthew Dillon 1998-12-03 07:25:13 +00:00
parent da1852b35a
commit 467e41453a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41482

View File

@ -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;