Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Changing the split character for variable substitution #21

Open
joshlrogers opened this issue Feb 23, 2021 · 0 comments
Open

Changing the split character for variable substitution #21

joshlrogers opened this issue Feb 23, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@joshlrogers
Copy link

Currently, the only character that is used for splitting an environment variable name to be used for variable substitution is the period. However, a period is not a valid character for an environment variable name in many *nix shells, including Bash. It would be very beneficial if we could override this separator or if it would split by either a period or an underscore (which is a valid character in an environment variable in all *nix shells).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants