Updated comments.
This commit is contained in:
parent
6b794373f2
commit
4e5fee870f
3 changed files with 2 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ hash ssh-add ssh-agent >/dev/null 2>&1 && {
|
|||
# Determine the platform we're on.
|
||||
_PLATFORM="$(uname -s)"
|
||||
|
||||
# Remove the SSH_AUTH_SOCK from the agents file.
|
||||
# Remove the $SSH_AUTH_SOCK from the agents file.
|
||||
[[ ! -z "$SSH_AUTH_SOCK" ]] && (( ${_SSH_AGENT_REG_FAILED:-0} == 0 )) && {
|
||||
_lock_agents_file && {
|
||||
_pop_agent_sock || {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue