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

Escape [ and ] used in values within produced shell code #567

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

xdelaruelle
Copy link
Collaborator

Square brackets may have special meaning on some shells (like csh), so they should be escaped.

Fixes #565

Square brackets may have special meaning on some shells (like csh), so
they should be escaped.

Fixes envmodules#565
@xdelaruelle xdelaruelle merged commit f31d010 into envmodules:main Jan 31, 2025
21 checks passed
@xdelaruelle xdelaruelle deleted the escape_square_brackets branch January 31, 2025 18:25
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.

Brackets should be escaped on Csh shells
1 participant