mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
fix umask handling of symbolic modes
This fixes the handling of symbolic umask values. It also removes two invocations of `perl` and all but two `math` commands. Fixes #738
This commit is contained in:
3
tests/umask.err
Normal file
3
tests/umask.err
Normal file
@@ -0,0 +1,3 @@
|
||||
umask: Invalid mask '1234'
|
||||
umask: Invalid mask '228'
|
||||
umask: Invalid mask '0282'
|
||||
Reference in New Issue
Block a user