nushell/crates/nu-command
Ian Manske aaefc5e110
mkdir umask fix (#12354)
# Description
Fixes how the directory permissions are calculated in `mkdir`. Instead
of subtraction, the umask is actually used as a mask via negation
followed by bitwise and with the default mode. This matches how [uucore
calculates](cac7155fba/src/uu/mkdir/src/mkdir.rs (L61))
the mode.
2024-04-01 20:14:13 +00:00
..
src mkdir umask fix (#12354) 2024-04-01 20:14:13 +00:00
tests mkdir umask fix (#12354) 2024-04-01 20:14:13 +00:00
Cargo.toml Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00