2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-command/tests
Ian Manske aaefc5e110
mkdir umask fix ()
# 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
..
commands mkdir umask fix () 2024-04-01 20:14:13 +00:00
format_conversions Fix usage of --tabs flag while converting to json () () 2024-03-20 11:55:51 -05:00
main.rs ♻️ rework some help strings () 2024-03-27 08:41:02 -05:00