Use wrapper to search files instead of using shell glob expansion
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