diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-07-28 00:39:24 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-10 09:13:25 +0900 |
commit | 0058d07ec6aac8b1379f817b31839caa4ac8e448 (patch) | |
tree | fef511e12c236c0045372230079691cb01855ca6 /scripts/syscallnr.sh | |
parent | d8285639550578a1bf2d102391d1a9e08e0586ca (diff) |
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 21917bded72c ("scripts: a new script for
checking duplicate struct declaration").
[1] https://lore.kernel.org/lkml/20210401110943.1010796-1-wanjiabing@vivo.com/
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/syscallnr.sh')
-rwxr-xr-x[-rw-r--r--] | scripts/syscallnr.sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/syscallnr.sh b/scripts/syscallnr.sh index 3aa29e0dcc52..3aa29e0dcc52 100644..100755 --- a/scripts/syscallnr.sh +++ b/scripts/syscallnr.sh |