Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(load_fstype): use $1 if $2 is missing
Use parameter expansion default value if the second argument is missing. The current code mistakenly reuses the null second argument.
- Loading branch information