Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Jan 3, 2023

  • 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 #xxxx

- 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 #xxxx
@jay jay closed this in 602964e Jan 5, 2023
@jay jay deleted the set_mode_executable branch January 5, 2023 07:35
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
- 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 curl#10219
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants