Fix socket discovery splitting and quoting in ssh-find-agent.sh#61
Draft
Copilot wants to merge 2 commits into
Draft
Fix socket discovery splitting and quoting in ssh-find-agent.sh#61Copilot wants to merge 2 commits into
ssh-find-agent.sh#61Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Fix shellcheck SC2207 warning in ssh-find-agent
Fix socket discovery splitting and quoting in Jun 1, 2026
ssh-find-agent.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The script was relying on array command substitution for socket discovery, which triggers ShellCheck SC2207 and can mis-handle paths containing spaces. There were also a few tightly related quoting, scoping, and numeric-input issues in agent probing and selection.
Socket discovery
mapfile -tinsfa_find_all_agent_sockets()findpredicates so-type sapplies to all supported socket name patternsAgent probing and selection
ssh-addcorrectlySSH_AUTH_SOCKconsistently when probing and exporting socketsFocused shell test coverage
ssh-find-agent -aresolves and exports that socket correctlyExample of the core change: