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

Fix export syntax on generated jep script #384

Merged

Conversation

seletz
Copy link
Contributor

@seletz seletz commented Mar 11, 2022

This PR fixes shell syntax of the generated jep binary.

Shell does not like blanks around the "=". Also, it seems appropriate
to quote the path in case of paths with blanks.

Fixes #383.
See also #382.

This PR fixes shell syntax of the generated `jep` binary.

Shell does not like blanks around the "=".  Also, it seems appropriate
to quote the path in case of paths with blanks.

Fixes ninia#383.
See also ninia#382.
@ndjensen ndjensen changed the base branch from master to dev_4.0 March 11, 2022 19:23
@ndjensen ndjensen merged commit 1239672 into ninia:dev_4.0 Mar 11, 2022
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.

Installed jep script contains syntax errors
2 participants