Skip to content

[MLCI Connect] Fix a superfluous BASH_XTRACEFD error.#157

Open
belitskiy wants to merge 1 commit intomainfrom
fix-cosmetic-err-msg
Open

[MLCI Connect] Fix a superfluous BASH_XTRACEFD error.#157
belitskiy wants to merge 1 commit intomainfrom
fix-cosmetic-err-msg

Conversation

@belitskiy
Copy link
Copy Markdown
Contributor

Since the connected session inherits the environment (by default), this variable is also mistakenly inherited due to being exported hehre.

It is neither needed, nor is the FD it's set to open in the connected session.

Remove export, as it's not needed for the intended functionality either.

Since the connected session inherits the environment (by default),
this variable is also mistakenly inherited due to being exported.

It is neither needed, nor is the FD it's set to open in the connected session.
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