Remove quotes to make subshell work

This commit is contained in:
Max Bucknell 2015-05-03 23:23:11 +01:00
parent 9a2f55dea3
commit 8c73c93ed4

View file

@ -4,6 +4,6 @@ function start_agent
echo "succeeded" echo "succeeded"
chmod 600 $SSH_ENV chmod 600 $SSH_ENV
. $SSH_ENV > /dev/null . $SSH_ENV > /dev/null
ssh-add "~/.ssh/id_(nice_hostname)" ssh-add ~/.ssh/id_(nice_hostname)
end end