summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/installcheck.sh0
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/installcheck.sh b/scripts/installcheck.sh
index 433420e03..433420e03 100644..100755
--- a/scripts/installcheck.sh
+++ b/scripts/installcheck.sh