Skip to content

Escape $PATH to ensure dynamic evaluation #18

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

Closed
wants to merge 1 commit into from

Conversation

joshuaclayton
Copy link

What?

This updates the compile script to escape '$' when generating the shell
file, ensuring that $PATH is determined dynamically by
.profile.d/freetds.sh rather than writing a snapshot of the value to
disk by evaluating immediately.

Closes #17

What?
=====

This updates the compile script to escape '$' when generating the shell
file, ensuring that $PATH is determined dynamically by
`.profile.d/freetds.sh` rather than writing a snapshot of the value to
disk by evaluating immediately.

Closes rails-sqlserver#17
@joshuaclayton
Copy link
Author

I've confirmed this doesn't actually fix the issue; closing this out for now until a suitable change is identified.

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.

Incorrect .profile.d
1 participant