aboutsummaryrefslogtreecommitdiff
path: root/bash/ssh-agent.profile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-07-28 17:20:26 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-07-28 17:20:26 +0200
commit94b42612a30652bb4c768ee04c0e54d0a8a86a32 (patch)
treedaa7fb7b3bf2acf4cd8f470733e714069cdf283c /bash/ssh-agent.profile
parent67896a891bec5064fc603792cf161e5e38dbac05 (diff)
downloaddotfiles-94b42612a30652bb4c768ee04c0e54d0a8a86a32.tar.gz
fix settings
Diffstat (limited to 'bash/ssh-agent.profile')
-rw-r--r--bash/ssh-agent.profile2
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