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

Issue with special characters #203

Open
pballada opened this issue Nov 22, 2021 · 1 comment
Open

Issue with special characters #203

pballada opened this issue Nov 22, 2021 · 1 comment

Comments

@pballada
Copy link

Even seems to save it correctly, I'm having issues accessing later to the variable stored, some characters are missing when I retrieve it.

Let's say I want to save Rick'"$@Morty

I execute:
envman add --key MY_TEST_ENV_KEY --value 'Rick'\''"$@Morty'

Doing envman print I get correctly:
MY_TEST_ENV_KEY: Rick'"$@Morty

While doing:
envman run bash -c 'echo "$MY_TEST_ENV_KEY"'

I do get:
Rick'"Morty

So $ and @ got missing.

What I'm doing wrong?

@pballada
Copy link
Author

pballada commented Dec 1, 2021

I ended writing and reading a file by myself.

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