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

The display of "unbound variable" cannot be prevented #162

Open
ko1nksm opened this issue May 19, 2020 · 0 comments
Open

The display of "unbound variable" cannot be prevented #162

ko1nksm opened this issue May 19, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ko1nksm
Copy link

ko1nksm commented May 19, 2020

$ mrsh -c '(set -u; : $v) 2>/dev/null; echo end'
mrsh: v: unbound variable
end

$ mrsh -c 'foo(){ ( { (set -u; : $v); } ) }; foo 2>/dev/null; echo end'
foo: v: unbound variable
end
@emersion emersion added bug Something isn't working good first issue Good for newcomers labels May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants