mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
Fixed typo in previous commit. oops.
This commit is contained in:
parent
da1852b35a
commit
467e41453a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41482
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user