Re: [PATCH] devtools: fix bad substitution

2023-07-12 Thread Thomas Monjalon
11/07/2023 09:16, Raslan Darawsheh: > When running check-git-log, it showed a Bad substitution. > > It is fixed by using tr to escape the open parenthesis. > > Fixes: 6fd14c1b58e6 ("devtools: fix mailmap check for parentheses") > Cc: tho...@monjalon.net > > Suggested-by: Thomas Monjalon > Signe

[PATCH] devtools: fix bad substitution

2023-07-11 Thread Raslan Darawsheh
When running check-git-log, it showed a Bad substitution. It is fixed by using tr to escape the open parenthesis. Fixes: 6fd14c1b58e6 ("devtools: fix mailmap check for parentheses") Cc: tho...@monjalon.net Suggested-by: Thomas Monjalon Signed-off-by: Raslan Darawsheh --- devtools/check-git-lo