Skip to content

Fix configure not working with custom grep#1024

Merged
ychin merged 1 commit intomacvim-dev:masterfrom
ychin:fix-configure-custom-grep
Mar 15, 2020
Merged

Fix configure not working with custom grep#1024
ychin merged 1 commit intomacvim-dev:masterfrom
ychin:fix-configure-custom-grep

Conversation

@ychin
Copy link
Copy Markdown
Member

@ychin ychin commented Mar 15, 2020

5e199f4 added a check to make sure configure is properly parsing the Vim version string, but it doesn't work if user has installed GNU grep instead of the system one. Fix it to use the more common [[:digit:]] (instead of \d), and also hardcode the path for grep.

Fix #1017

5e199f4 added a check to make sure
configure is properly parsing the Vim version string, but it doesn't
work if user has installed GNU grep instead of the system one. Fix it to
use the more common `[[:digit:]]` (instead of `\d`), and also hardcode
the path for grep.

Fix macvim-dev#1017
@ychin ychin force-pushed the fix-configure-custom-grep branch from 4094079 to dfb955c Compare March 15, 2020 05:59
@ychin ychin merged commit 97fc110 into macvim-dev:master Mar 15, 2020
@ychin ychin deleted the fix-configure-custom-grep branch March 15, 2020 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The new commit to fix version parsing is broken

1 participant