[Github-comments] [geany/geany] Add patch for self-compiled grep to fix recursive searching (#1237)

Enrico Tröger notifications at xxxxx
Sun Sep 18 21:37:03 UTC 2016


When using --recursive on Windows, grep shows warnings like
"recursive directory loop" due to failing inode checks. Since the
Mingw runtime doesn't support inodes, the patch will disable
inode checking in grep and so grep can work properly on Windows.
Patch is taken from
http://mingw-users.1079350.n2.nabble.com/Building-GREP-td7582694.html.

Closes #1229.

The patch file is currently still located at http://download.geany.org/snapshots/grep-2.25-win64_sameinode.patch. I will move the file to the correct location once this PR is going to be merged.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/1237

-- Commit Summary --

  * Add patch for self-compiled grep to fix recursive searching

-- File Changes --

    M scripts/gtk-bundle-from-msys2.sh (12)

-- Patch Links --

https://github.com/geany/geany/pull/1237.patch
https://github.com/geany/geany/pull/1237.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/1237
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160918/136be647/attachment.html>


More information about the Github-comments mailing list