Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Makefile] Force sed to use extended regex #1492

Merged
merged 1 commit into from
Nov 14, 2021

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Nov 14, 2021

Our Jenkins uses image similar to the alpine image in which sed --version gives:
This is not GNU sed version 4.0 which fails when executing echo "0.9.0-rc1" | sed 's/\+/\-/g' on
sed: bad regex '\+': Repetition not preceded by valid expression
adding -E forces it to use the extended regex which makes it to work

@Hedingber Hedingber merged commit fc2532e into mlrun:development Nov 14, 2021
dinal pushed a commit to dinal/mlrun that referenced this pull request Nov 16, 2021
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.

None yet

1 participant