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

fix(_known_hosts_real): fix nounset/failglob with _comp_split, etc #1030

Merged
merged 7 commits into from
Aug 11, 2023

Conversation

akinomyoga
Copy link
Collaborator

No description provided.

Copy link
Owner

@scop scop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre-approved with a couple of comments addressed if you agree with them.

bash_completion Outdated Show resolved Hide resolved
bash_completion Outdated Show resolved Hide resolved
akinomyoga and others added 6 commits August 7, 2023 08:22
The previous implementation would cause the `nounset` error by an
access to non-existent $1 when a line with only a marker is contained
in known_hosts.  This patch fixes it and also rewrite the code not to
use the positional parameters.
@akinomyoga akinomyoga merged commit 5655f9b into scop:master Aug 11, 2023
7 checks passed
@akinomyoga akinomyoga deleted the _known_hosts_real branch August 11, 2023 12:16
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