OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
84 stars 11 forks source link

Scripts in OpenTechBFG/scripts have no executable attribute on Linux #138

Open shmerl opened 6 years ago

shmerl commented 6 years ago

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 commented 6 years ago

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.