fix broken variable

This commit is contained in:
Matt Hamilton 2015-12-23 05:13:09 -05:00
parent 4acb1660f4
commit add7f40799
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ fi
# start ssh-agent if not already running
if [[ ! -S ${SSH_AUTH_SOCK} ]]; then
# read environment if possible
source ssh_env 2> /dev/null
source ${ssh_env} 2> /dev/null
if ! ps -U ${LOGNAME} -o pid,ucomm | grep -q -- "${SSH_AGENT_PID:--1} ssh-agent"; then
eval "$(ssh-agent | sed '/^echo /d' | tee ${ssh_env})"