[sh] Fix static analysis error
Fixed shellcheck error for updated version in ssh-agent configuration.
This commit is contained in:
parent
d8b5c067fb
commit
6e75d1b485
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ find_all_agent_sockets() {
|
|||
find_live_gnome_keyring_agents
|
||||
find_live_osx_keychain_agents
|
||||
_debug_print "$_LIVE_AGENT_LIST"
|
||||
_LIVE_AGENT_LIST=$(echo $_LIVE_AGENT_LIST | tr ' ' '\n' | sort -n -t: -k 2 -k 1 | uniq)
|
||||
_LIVE_AGENT_LIST=$(echo "$_LIVE_AGENT_LIST" | tr ' ' '\n' | sort -n -t: -k 2 -k 1 | uniq)
|
||||
_LIVE_AGENT_SOCK_LIST=()
|
||||
_debug_print "SORTED: $_LIVE_AGENT_LIST"
|
||||
if [[ $_SHOW_IDENTITY -gt 0 ]]; then
|
||||
|
|
Loading…
Reference in a new issue