Hi Jan, > On 3 Aug 2022, at 08:55, Jan Beulich <[email protected]> wrote: > > On 03.08.2022 09:35, Bertrand Marquis wrote: >> Fix misra document conversion script to be executable. >> >> Fixes: 57caa53753 (xen: Add MISRA support to cppcheck make rule) >> Signed-off-by: Bertrand Marquis <[email protected]> >> --- >> xen/tools/convert_misra_doc.py | 0 >> 1 file changed, 0 insertions(+), 0 deletions(-) >> mode change 100644 => 100755 xen/tools/convert_misra_doc.py > > Hmm, the real fix imo would be to add $(PYTHON), just like we use > $(SHELL) to invoke shell scripts. This is to cover for file systems > lacking a way to express executable permission. (Along with that I > certainly wouldn't mind the mode change, but that would then only > be for cosmetic reasons.)
Good point, I will submit a v2 doing both. Cheers Bertrand > > Jan
