Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Avoid calculating the default mode in the case where a numeric mode is supplied to -m (get_mode() just returns oct($opt_m) here * Defer default mode calculation to a function which is used for 1) no -m option and 2) symbolic permission passed to -m * Passing a value to umask() is not necessary because we only want to get the current value, and the mkfifo() call uses an explicit mode param
- Loading branch information