Skip to content

feat: Default to failglob rather than nullglob

Victor Engmark requested to merge default-to-failglob into master

Treats a non-matching glob as an error rather than expanding it to the empty string, which may be misinterpreted by some commands.

Merge request reports