Load without evaluating
This commit is contained in:
parent
a33355e921
commit
79deba6c0f
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ then
|
||||||
export SSH_AGENT_PID="${SSH_AGENT_PID:-$XDG_STATE_HOME/ssh-agent.pid}"
|
export SSH_AGENT_PID="${SSH_AGENT_PID:-$XDG_STATE_HOME/ssh-agent.pid}"
|
||||||
if [ ! -S "$SSH_AUTH_SOCK" ]
|
if [ ! -S "$SSH_AUTH_SOCK" ]
|
||||||
then
|
then
|
||||||
eval $(ssh-agent -a "$SSH_AUTH_SOCK")
|
ssh-agent -a "$SSH_AUTH_SOCK" > /dev/null
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue