From 1f29c8cab65866e230032263dcf6a60e8eb2a35e Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 1 Oct 2013 02:29:18 +0200 Subject: [PATCH] Finally? --- plugins/ssh-agent/ssh-agent.plugin.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/ssh-agent/ssh-agent.plugin.zsh b/plugins/ssh-agent/ssh-agent.plugin.zsh index a2f016e..cdaa9c0 100644 --- a/plugins/ssh-agent/ssh-agent.plugin.zsh +++ b/plugins/ssh-agent/ssh-agent.plugin.zsh @@ -244,12 +244,11 @@ function _ssh_agent_plugin_add_identities() { else # Agent has identities added, check if the ones we want are present, add them if not. local _ssh_agent_plugin_identity + local _ssh_agent_plugin_identity_path for _ssh_agent_plugin_identity in ${^_ssh_agent_plugin_identities}; do _ssh_agent_plugin_debug "Handling identity ${_ssh_agent_plugin_identity}." - local _ssh_agent_plugin_identity_path - _ssh_agent_plugin_identity_path="${_ssh_agent_plugin_directory}/${_ssh_agent_plugin_identity}" if [ -r "${_ssh_agent_plugin_identity_path}" ]; then