Skip to content

Simplify PATH override#15

Open
adamwight wants to merge 1 commit intoelixir-desktop:masterfrom
adamwight:simplify-path
Open

Simplify PATH override#15
adamwight wants to merge 1 commit intoelixir-desktop:masterfrom
adamwight:simplify-path

Conversation

@adamwight
Copy link
Copy Markdown
Contributor

setenv is preferable because it doesn't carry the potential memory leak or null access if the launcher were to exec, for example.

Note that we may want to prepend the release bin path rather than append? It would give more predictable behavior. The question is whether we want to allow the bin path to be overridden by a caller's environment or now.

setenv is preferable because it doesn't carry the potential memory
leak or null access if the launcher were to exec, for example.

Note that we may want to prepend the release bin path rather than
append?  It would give more predictable behavior.  The question is
whether we want to allow the bin path to be overridden by a
caller's environment or now.
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.

1 participant