sed in keychain is unnecessary, we can just redirect any output.

This commit is contained in:
Simon Gomizelj 2011-12-01 09:20:05 -05:00
commit 534b4ab12e

View file

@ -5,7 +5,7 @@ function start_agent()
local -a identities
# start ssh-agent and setup environment
ssh-agent | sed 's/^echo/#echo/' >${ssh_env}
ssh-agent >${ssh_env}
chmod 600 $ssh_env
source $ssh_env >/dev/null