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 package.paths under userruntime w/ unexpanded tilde #3702

Conversation

habibalamin
Copy link
Contributor

Lua doesn't automatically expand tildes to $HOME, as this code seems to assume.

Fix #3518

Lua doesn't automatically expand tildes to `$HOME`, as this code seems
to assume.

Fix #3518
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request does not contain a valid label. Please add one of the following labels: ['pr-fix', 'pr-change', 'pr-feature', 'pr-maintenance']

@habibalamin habibalamin closed this by deleting the head repository Oct 11, 2024
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.

Tilde in userruntime variable used in package.path not expanded
1 participant