Skip to content

functions: fix glob matching in add_full_dir

nl6720 requested to merge nl6720/mkinitcpio:fix-add_full_dir into master

Glob patterns cannot be quoted so a variable containing a glob must not be quoted too.

Fixes 982905e1

Merge request reports