This drops the self-compiled 'grep' version which caused issues with recursive searches on Windows as well as with non-ASCII characters in paths. The pre-compiled 'grep' binary from MSYS2 (matching the target ABI) seems to solve probably all of the known problems on Windows. The only drawback is that we need to ship a few additional MSYS2 libraries on which the 'grep' binary depends.
Closes #1229 and #1260. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1301 -- Commit Summary -- * Use pre-compiled 'grep' binary from MSYS2 on Windows -- File Changes -- M scripts/gtk-bundle-from-msys2.sh (45) -- Patch Links -- https://github.com/geany/geany/pull/1301.patch https://github.com/geany/geany/pull/1301.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1301
