summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2023-01-03 17:35:24 -0500
committerJay Satiro <raysatiro@yahoo.com>2023-01-05 02:34:24 -0500
commit602964ec5e1fa4f080e3b8233c3a09743a155a63 (patch)
treef61002f665ceafa3808958ed57512c1252cd34ce
parent24e4e57cf33d00e4ca8654a795ef7916d6e6ea04 (diff)
downloadcurl-602964ec5e1fa4f080e3b8233c3a09743a155a63.tar.gz
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
-rwxr-xr-x[-rw-r--r--]lib/optiontable.pl0
-rwxr-xr-x[-rw-r--r--]packages/OS400/initscript.sh0
-rwxr-xr-x[-rw-r--r--]packages/OS400/make-include.sh0
-rwxr-xr-x[-rw-r--r--]packages/OS400/make-lib.sh0
-rwxr-xr-x[-rw-r--r--]packages/OS400/make-src.sh0
-rwxr-xr-x[-rw-r--r--]packages/OS400/make-tests.sh0
-rwxr-xr-x[-rw-r--r--]packages/OS400/makefile.sh0
-rwxr-xr-x[-rw-r--r--]packages/vms/gnv_curl_configure.sh0
-rwxr-xr-x[-rw-r--r--]packages/vms/make_gnv_curl_install.sh0
-rwxr-xr-x[-rw-r--r--]scripts/installcheck.sh0
-rwxr-xr-x[-rw-r--r--]tests/error-codes.pl0
-rwxr-xr-x[-rw-r--r--]tests/http3-server.pl0
-rwxr-xr-x[-rw-r--r--]tests/manpage-syntax.pl0
-rwxr-xr-x[-rw-r--r--]tests/markdown-uppercase.pl0
-rwxr-xr-x[-rw-r--r--]tests/options-scan.pl0
-rwxr-xr-x[-rw-r--r--]tests/sshserver.pl0
16 files changed, 0 insertions, 0 deletions
diff --git a/lib/optiontable.pl b/lib/optiontable.pl
index 474ddfe21..474ddfe21 100644..100755
--- a/lib/optiontable.pl
+++ b/lib/optiontable.pl
diff --git a/packages/OS400/initscript.sh b/packages/OS400/initscript.sh
index 75431f5a5..75431f5a5 100644..100755
--- a/packages/OS400/initscript.sh
+++ b/packages/OS400/initscript.sh
diff --git a/packages/OS400/make-include.sh b/packages/OS400/make-include.sh
index aec410e03..aec410e03 100644..100755
--- a/packages/OS400/make-include.sh
+++ b/packages/OS400/make-include.sh
diff --git a/packages/OS400/make-lib.sh b/packages/OS400/make-lib.sh
index b870ad3fc..b870ad3fc 100644..100755
--- a/packages/OS400/make-lib.sh
+++ b/packages/OS400/make-lib.sh
diff --git a/packages/OS400/make-src.sh b/packages/OS400/make-src.sh
index 62654c36a..62654c36a 100644..100755
--- a/packages/OS400/make-src.sh
+++ b/packages/OS400/make-src.sh
diff --git a/packages/OS400/make-tests.sh b/packages/OS400/make-tests.sh
index 03e875d3a..03e875d3a 100644..100755
--- a/packages/OS400/make-tests.sh
+++ b/packages/OS400/make-tests.sh
diff --git a/packages/OS400/makefile.sh b/packages/OS400/makefile.sh
index 4d1d98eff..4d1d98eff 100644..100755
--- a/packages/OS400/makefile.sh
+++ b/packages/OS400/makefile.sh
diff --git a/packages/vms/gnv_curl_configure.sh b/packages/vms/gnv_curl_configure.sh
index 21558001e..21558001e 100644..100755
--- a/packages/vms/gnv_curl_configure.sh
+++ b/packages/vms/gnv_curl_configure.sh
diff --git a/packages/vms/make_gnv_curl_install.sh b/packages/vms/make_gnv_curl_install.sh
index b85ef0ced..b85ef0ced 100644..100755
--- a/packages/vms/make_gnv_curl_install.sh
+++ b/packages/vms/make_gnv_curl_install.sh
diff --git a/scripts/installcheck.sh b/scripts/installcheck.sh
index 433420e03..433420e03 100644..100755
--- a/scripts/installcheck.sh
+++ b/scripts/installcheck.sh
diff --git a/tests/error-codes.pl b/tests/error-codes.pl
index 1747c4316..1747c4316 100644..100755
--- a/tests/error-codes.pl
+++ b/tests/error-codes.pl
diff --git a/tests/http3-server.pl b/tests/http3-server.pl
index 839cd8d83..839cd8d83 100644..100755
--- a/tests/http3-server.pl
+++ b/tests/http3-server.pl
diff --git a/tests/manpage-syntax.pl b/tests/manpage-syntax.pl
index cfc267238..cfc267238 100644..100755
--- a/tests/manpage-syntax.pl
+++ b/tests/manpage-syntax.pl
diff --git a/tests/markdown-uppercase.pl b/tests/markdown-uppercase.pl
index 7cf777498..7cf777498 100644..100755
--- a/tests/markdown-uppercase.pl
+++ b/tests/markdown-uppercase.pl
diff --git a/tests/options-scan.pl b/tests/options-scan.pl
index 16de59c25..16de59c25 100644..100755
--- a/tests/options-scan.pl
+++ b/tests/options-scan.pl
diff --git a/tests/sshserver.pl b/tests/sshserver.pl
index e64890dae..e64890dae 100644..100755
--- a/tests/sshserver.pl
+++ b/tests/sshserver.pl