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
scripts/installcheck.sh Normal file → Executable file
View file