]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts: set file mode +x on all perl and shell scripts
authorJay Satiro <raysatiro@yahoo.com>
Tue, 3 Jan 2023 22:35:24 +0000 (17:35 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 5 Jan 2023 07:34:24 +0000 (02:34 -0500)
- 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

16 files changed:
lib/optiontable.pl [changed mode: 0644->0755]
packages/OS400/initscript.sh [changed mode: 0644->0755]
packages/OS400/make-include.sh [changed mode: 0644->0755]
packages/OS400/make-lib.sh [changed mode: 0644->0755]
packages/OS400/make-src.sh [changed mode: 0644->0755]
packages/OS400/make-tests.sh [changed mode: 0644->0755]
packages/OS400/makefile.sh [changed mode: 0644->0755]
packages/vms/gnv_curl_configure.sh [changed mode: 0644->0755]
packages/vms/make_gnv_curl_install.sh [changed mode: 0644->0755]
scripts/installcheck.sh [changed mode: 0644->0755]
tests/error-codes.pl [changed mode: 0644->0755]
tests/http3-server.pl [changed mode: 0644->0755]
tests/manpage-syntax.pl [changed mode: 0644->0755]
tests/markdown-uppercase.pl [changed mode: 0644->0755]
tests/options-scan.pl [changed mode: 0644->0755]
tests/sshserver.pl [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)