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

Problem with multiple substitutions in one line and default value #5

Closed
odise opened this issue Dec 19, 2014 · 1 comment
Closed

Problem with multiple substitutions in one line and default value #5

odise opened this issue Dec 19, 2014 · 1 comment
Labels

Comments

@odise
Copy link
Contributor

odise commented Dec 19, 2014

Lines like:

key1=${VALUE:-db2.example.com} key2=${VALUE:-db2.example.com}

causing malformed variable substitution. I added a test for that which causes build #25 to fail.

@odise odise added the bug label Dec 19, 2014
odise pushed a commit that referenced this issue Dec 19, 2014
@yawn
Copy link
Contributor

yawn commented Dec 23, 2014

Fixed through c0d17e5

@yawn yawn closed this as completed Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants