Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: make some scripts executable
Set the x bit to some scripts to make them directly executable. Especially, scripts/checkdeclares.pl is not hooked by anyone. It should be executable since it is tedious to type 'perl scripts/checkdeclares.pl'. The original patch [1] set the x bit properly, but it was lost when it was merged as commit 21917bd ("scripts: a new script for checking duplicate struct declaration"). [1] https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information