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

Prevent mistaking inherited environment variables as arguments #167

Open
kittydoor opened this issue Jan 31, 2020 · 0 comments
Open

Prevent mistaking inherited environment variables as arguments #167

kittydoor opened this issue Jan 31, 2020 · 0 comments

Comments

@kittydoor
Copy link

In my shell profile, I set a variable called "FILE" which points to my file manager of choice. Same thing with "BROWSER", "EDITOR", etc.

However, flash doesn't take into account that a generic name like FILE might already exist in the environment, and mistakes it for an argument passed to itself.

Setting values to a default (e.g. ""), would resolve this and simiilar unexpected behaviour.

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