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

Variables not found when empty #98

Closed
5nord opened this issue Apr 28, 2020 · 0 comments · Fixed by #102
Closed

Variables not found when empty #98

5nord opened this issue Apr 28, 2020 · 0 comments · Fixed by #102
Assignees

Comments

@5nord
Copy link
Member

5nord commented Apr 28, 2020

Description
k3 reports an unknown variable, when variable has an empty string value.

Steps to reproduce the behavior

$ cat > k3.env
FOO=""
BAR="${FOO}"
^D
$ k3 show -- env

Expected behavior
k3 show should output:

FOO=""
BAR=""
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 a pull request may close this issue.

1 participant