Add error message to keychain.

This commit is contained in:
Simon Gomizelj 2011-12-01 17:43:07 -05:00
commit ee56dc4a96

View file

@ -28,6 +28,9 @@ function keychain() {
echo "Stopping agent"
ssh-agent -k >/dev/null && [[ -f $ssh_env ]] && rm $ssh_env
;;
*)
echo "$0: invalid command $1" 2>&1
;;
esac
}