Skip to content

Use wrapper to search files instead of using shell glob expansion

Ghost User requested to merge dev-find-path-wrapper into devel

This merge request would circumvent Bug 905129 by replacing shell glob expansion with a function using find -path.

@osamu Is this implementation acceptable? If yes, I will remove all occurrences of for loop + glob expansion with function calling here.

Edited by Osamu Aoki

Merge request reports

Loading