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

Make scripts executable #49

Closed
wants to merge 1 commit into from
Closed

Make scripts executable #49

wants to merge 1 commit into from

Conversation

krystiancha
Copy link

Scripts in scripts/ had mode 644 set, which made them non-executable.
This commit sets the mode to 755.

This resulted in errors like:

$ make lua
make base CTEX=lualatex OUT=build/lualatex
make[1]: Entering directory '/home/user/Downloads/WUT-Thesis'
make[1]: ./scripts/texenv.sh: Permission denied
# ... successful compilation but wrong resulting filename

and

$ make release
./scripts/make-release.sh
make: ./scripts/make-release.sh: Permission denied
make: *** [Makefile:45: release] Error 127

Scripts in `scripts/` had mode 644 set, which made them non-executable.
@ArturB
Copy link
Owner

ArturB commented Dec 9, 2020

Zgoda, wrzuciłem już na repo odpowiednie zmiany dodając do tego jeszcze jeden skrypt.
Dzięki za zwrócenie uwagi.

@ArturB ArturB closed this Dec 9, 2020
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.

2 participants