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

When variable ends with =, it is removed #6

Open
varganatt opened this issue Apr 21, 2022 · 0 comments
Open

When variable ends with =, it is removed #6

varganatt opened this issue Apr 21, 2022 · 0 comments

Comments

@varganatt
Copy link

I have a variable ending with =:

MY_VAR=abc...xyz=

But the final = is trimmed away, so what I receive is only abc...xyz.

Workaround: Quote the value:

MY_VAR="abc...xyz="
@varganatt varganatt changed the title When variable ends with =, the final character is removed When variable ends with =, it is removed Apr 21, 2022
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

No branches or pull requests

1 participant