scripts: set file mode +x on all perl and shell scripts

- Set all scripts +x, ie 644 => 755.

Prior to this change some scripts were not executable and therefore
could not be called directly.

~~~
git ls-files -s \*.{sh,pl,py} | grep -v 100755
~~~

Closes https://github.com/curl/curl/pull/10219
This commit is contained in:
Jay Satiro 2023-01-03 17:35:24 -05:00
parent 24e4e57cf3
commit 602964ec5e
16 changed files with 0 additions and 0 deletions

0
lib/optiontable.pl Normal file → Executable file
View File

0
packages/OS400/initscript.sh Normal file → Executable file
View File

0
packages/OS400/make-include.sh Normal file → Executable file
View File

0
packages/OS400/make-lib.sh Normal file → Executable file
View File

0
packages/OS400/make-src.sh Normal file → Executable file
View File

0
packages/OS400/make-tests.sh Normal file → Executable file
View File

0
packages/OS400/makefile.sh Normal file → Executable file
View File

0
packages/vms/gnv_curl_configure.sh Normal file → Executable file
View File

0
packages/vms/make_gnv_curl_install.sh Normal file → Executable file
View File

0
scripts/installcheck.sh Normal file → Executable file
View File

0
tests/error-codes.pl Normal file → Executable file
View File

0
tests/http3-server.pl Normal file → Executable file
View File

0
tests/manpage-syntax.pl Normal file → Executable file
View File

0
tests/markdown-uppercase.pl Normal file → Executable file
View File

0
tests/options-scan.pl Normal file → Executable file
View File

0
tests/sshserver.pl Normal file → Executable file
View File