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

Fix jobs count detection in Makefile #23872

Closed

Conversation

TechnicalUserX
Copy link

Solved Problem

The jobs count detection script in Makefile cannot detect the -j or --jobs flags due to the delimiter character '|'. This character is also used in the "or" clause in regular expression (-j|--jobs).

Solution

  • Change the sed delimiter character from | to %.

Changelog Entry

For release notes:

Fix: Change sed delimiter character to prevent ambiguity with regular expression

Change the sed delimiter character ('|' -> '%') to prevent ambiguity with regular expression.
@TechnicalUserX TechnicalUserX closed this by deleting the head repository Nov 5, 2024
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.

1 participant