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

addMessage.sh: bug fix with sed #2480

Merged
merged 1 commit into from
Mar 25, 2023
Merged

Conversation

EricClaeys
Copy link
Collaborator

We were using "/" for the regex search, but "/" could (and often was) in messages so the sed failed. Use "%" instead (which is not likely to be in a message), but convert it to its ASCII code in the message.

We were using "/" for the regex search, but "/" could (and often was) in messages so the sed failed.
Use "%" instead (which is not likely to be in a message), but convert it to its ASCII code in the message.
@EricClaeys EricClaeys merged commit 9faf362 into dev Mar 25, 2023
@EricClaeys EricClaeys deleted the addMessage.sh-bug-fix-with-sed branch March 25, 2023 10:32
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