diff options
author | Mike Frysinger <vapier@chromium.org> | 2018-05-14 08:34:34 -0400 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-05-31 21:34:32 +0200 |
commit | 26cea65499f0d0d287b342987c501d076da166c5 (patch) | |
tree | 8f4c778c9f4902c736e4d0fc4cda28e9334771a3 /scripts | |
parent | 6a4c9971896068c53fd5de71080b1c3c73777701 (diff) | |
download | man-pages-26cea65499f0d0d287b342987c501d076da166c5.tar.gz |
scripts: mark them executable
It's easier to run `./scripts/foo.sh ...` than
`bash ./scripts/foo.sh ...`. Mark them all +x to support that.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/FIXME_list.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/add_parens_for_own_funcs.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/convert_to_utf_8.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/find_dots_no_parens.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/find_repeated_words.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/find_slashes_no_parens.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/man_show_fixme.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/markup_check.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/print_encoding.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/remove_COLOPHON.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/unformat_parens.sh | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/scripts/FIXME_list.sh b/scripts/FIXME_list.sh index f7acc98803..f7acc98803 100644..100755 --- a/scripts/FIXME_list.sh +++ b/scripts/FIXME_list.sh diff --git a/scripts/add_parens_for_own_funcs.sh b/scripts/add_parens_for_own_funcs.sh index 1bf6d2ac6e..1bf6d2ac6e 100644..100755 --- a/scripts/add_parens_for_own_funcs.sh +++ b/scripts/add_parens_for_own_funcs.sh diff --git a/scripts/convert_to_utf_8.sh b/scripts/convert_to_utf_8.sh index b8a5e83bae..b8a5e83bae 100644..100755 --- a/scripts/convert_to_utf_8.sh +++ b/scripts/convert_to_utf_8.sh diff --git a/scripts/find_dots_no_parens.sh b/scripts/find_dots_no_parens.sh index 79d1c321cb..79d1c321cb 100644..100755 --- a/scripts/find_dots_no_parens.sh +++ b/scripts/find_dots_no_parens.sh diff --git a/scripts/find_repeated_words.sh b/scripts/find_repeated_words.sh index 747872e3ba..747872e3ba 100644..100755 --- a/scripts/find_repeated_words.sh +++ b/scripts/find_repeated_words.sh diff --git a/scripts/find_slashes_no_parens.sh b/scripts/find_slashes_no_parens.sh index 086faac070..086faac070 100644..100755 --- a/scripts/find_slashes_no_parens.sh +++ b/scripts/find_slashes_no_parens.sh diff --git a/scripts/man_show_fixme.sh b/scripts/man_show_fixme.sh index 98e6ce8290..98e6ce8290 100644..100755 --- a/scripts/man_show_fixme.sh +++ b/scripts/man_show_fixme.sh diff --git a/scripts/markup_check.sh b/scripts/markup_check.sh index 4dddd3a2a3..4dddd3a2a3 100644..100755 --- a/scripts/markup_check.sh +++ b/scripts/markup_check.sh diff --git a/scripts/print_encoding.sh b/scripts/print_encoding.sh index d6afc3e916..d6afc3e916 100644..100755 --- a/scripts/print_encoding.sh +++ b/scripts/print_encoding.sh diff --git a/scripts/remove_COLOPHON.sh b/scripts/remove_COLOPHON.sh index 712106656e..712106656e 100644..100755 --- a/scripts/remove_COLOPHON.sh +++ b/scripts/remove_COLOPHON.sh diff --git a/scripts/unformat_parens.sh b/scripts/unformat_parens.sh index 06bbb48cd3..06bbb48cd3 100644..100755 --- a/scripts/unformat_parens.sh +++ b/scripts/unformat_parens.sh |