> Exclude files that contain "item" anywhere in their filename from > being installed.
"contains" vs "matches" or "expands to" indicates a substring match, not a regexp or glob. Pierre Habouzit suggested in #349070 that it use -wholename \*item\* after escaping glob characters in the item, and I suppose I can do that. -- see shy jo
signature.asc
Description: Digital signature

