diff options
Diffstat (limited to 'bash/ssh-agent.profile')
-rw-r--r-- | bash/ssh-agent.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/ssh-agent.profile b/bash/ssh-agent.profile index efa3724..0fc4082 100644 --- a/bash/ssh-agent.profile +++ b/bash/ssh-agent.profile @@ -4,6 +4,6 @@ #SA_SSH_SOCKET="/var/run/user/$UID/ssh-agent.sock" #SA_SSH_PIDFILE="/var/run/user/$UID/ssh-agent.pid" -if [ ! "$SA_SSH_AGENT_STATIC"="yes" ]; then +if [ ! "$SA_SSH_AGENT_STATIC" = "yes" ]; then [ -z $SSH_AUTH_SOCK ] && eval `ssh-agent` fi |