Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The find expression was broken for a couple of reasons: it does not run in a subshell (so cannot use && like that), and it needs split arguments not one quoted argument. Avoid having to call echo by using -printf argument. Fixes msys2#4611
- Loading branch information