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

Fix for https://github.com/Droplr/aws-env/issues/13 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wdegeus
Copy link

@wdegeus wdegeus commented Mar 13, 2018

Before:
export FOO=$''''
(leads to bash trying to load file bar)
After:
export FOO=$''''
(gives the expected environment variable FOO with value 'bar' (including quotes))

@fjaeger
Copy link

fjaeger commented Jul 5, 2018

Can we get this merged, please? We also ran into this issue with a password that included a single quote!

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.

2 participants