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

Translations/: add missing exec bit for python scripts #1742

Merged
merged 1 commit into from Jul 15, 2023
Merged

Conversation

ia
Copy link
Collaborator

@ia ia commented Jul 15, 2023

  • Please check if the PR fulfills these requirements
  • The changes have been tested locally
  • There are no breaking changes
  • What kind of change does this PR introduce?
    Add exec bit for python scripts which don't have it.

  • What is the current behavior?
    To run some python scripts by calling them using name only (i.e., ./script.py), a user must do chmod a+x script.py first as an extra step.

  • What is the new behavior (if this is a feature change)?
    All py & sh scripts will be with executable bit by default.

  • Other information:
    It's a common good practice to have such scripts in a repo with executable bit by default for convenience.

@Ralim Ralim merged commit ca79638 into Ralim:dev Jul 15, 2023
13 checks passed
@ia ia deleted the exec branch July 17, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants