Skip to content

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