-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/tool/file: use 0o777 as the default Mkdir permissions
file.Create and file.Append already default to 0o666 rather than 0o644 to rely on the user's umask, but file.Mkdir was inconsistent in using 0o755 rather than 0o777. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I8f11fcc7bbd27bf34f78b41a3242af62f43cac07 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200570 Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Matthew Sackman <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters