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

entrypoint.sh: allow TEXLIVEFILE to be in subdirectory #11

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

flyx
Copy link
Contributor

@flyx flyx commented Jan 19, 2024

Currently the entrypoint exits with an error when TEXLIVEFILE is in a subdirectory, because it will try to put the .sha file into a directory that doesn't exist. This change creates that directory.

@reitzig
Copy link
Owner

reitzig commented Mar 11, 2024

To clarify: This happens if you set something like TEXLIVEFILE=some/folder/Texlivefile?

entrypoint.sh Outdated Show resolved Hide resolved
@reitzig
Copy link
Owner

reitzig commented Mar 11, 2024

Anyway, the change can't hurt so fine by me. :) Thanks!

@reitzig reitzig merged commit 84fc958 into reitzig:master Mar 11, 2024
3 checks passed
@flyx
Copy link
Contributor Author

flyx commented Mar 12, 2024

To clarify: This happens if you set something like TEXLIVEFILE=some/folder/Texlivefile?

Exactly.

@reitzig
Copy link
Owner

reitzig commented Mar 12, 2024

ℹ️ I pushed a "pre-release" reitzig/[email protected] with these changes, in case you want to test this before month's end.

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