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

added emptyepsilon #1301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

gfactor
Copy link
Contributor

@gfactor gfactor commented Jan 16, 2025

Added EmptyEpsilon
Fixes #1300

Please take a close look at how the VERSION_PUBLISHED variable is calculated (line 6 of the emptyepsilon file). I'm unsure if this is the best or most clear way to do it.

@silentJET85
Copy link
Contributor

Looks fine to me. If you're concerned about effeciency, it could also be done with a single sed command.
For example: VERSION_PUBLISHED="$(sed -E 's|.*download/EE-([^/]*).*|\1|' <<< "${URL}")"
The speed difference is negligible, though.

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.

App Request: EmptyEpsilon
2 participants