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 in OpenTechBFG/scripts have no executable attribute on Linux #138

Open
shmerl opened this issue Aug 27, 2017 · 1 comment
Open

Comments

@shmerl
Copy link

shmerl commented Aug 27, 2017

I just cloned the repo, and this happened:

./cmake-eclipse-linux-profile.sh
bash: ./cmake-eclipse-linux-profile.sh: Permission denied

I had to do chmod +x *.sh there. I suppose you somehow missed setting the attribute when pushing to git? Or someone pushed from non Linux filesystem, and it was messed up.

@damiel
Copy link

damiel commented Sep 30, 2017

I think its a safe choice to not set the executable bit on script files, more "user-friendlier" data managers allow to run scripts while clicking on them and people might click and run these scripts unknowingly.

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

No branches or pull requests

2 participants