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(hooks): paths vars not exported properly in fish #34

Merged
merged 3 commits into from
Jan 23, 2024

Conversation

Yohe-Am
Copy link
Contributor

@Yohe-Am Yohe-Am commented Jan 20, 2024

Fixed bug in the fish hook around how the path variables are exported.

Motivation and context

The paths not being exported means that any program/subshells launched from within this context won't contain those vars. I run into this when the dynamic linker refused to locate a library despite the contents of $LD_LIBRARY_PATH.

Migration notes

No change required.

Checklist

  • The change come with new or modified tests
  • Hard-to-understand functions have explanatory comments
  • End-user documentation is updated to reflect the change

@Yohe-Am Yohe-Am merged commit 68f7af7 into main Jan 23, 2024
6 checks passed
@Yohe-Am Yohe-Am deleted the fix/fish-path-export-bug branch January 23, 2024 20:46
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