Skip to content

Commit

Permalink
scripts: make some scripts executable
Browse files Browse the repository at this point in the history
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
masahir0y committed Aug 10, 2021
1 parent d828563 commit 0058d07
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Empty file modified scripts/checkdeclares.pl
100644 → 100755
Empty file.
Empty file modified scripts/gcc-plugins/gen-random-seed.sh
100644 → 100755
Empty file.
Empty file modified scripts/syscallnr.sh
100644 → 100755
Empty file.
Empty file modified scripts/xen-hypercalls.sh
100644 → 100755
Empty file.

0 comments on commit 0058d07

Please sign in to comment.