1
0
Fork 0

Load dependencies after requirements check

pull/298/head
Sorin Ionescu 12 years ago
parent d7fb7cd215
commit 875def4f43

@ -11,14 +11,14 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
pmodload 'helper'
# Return if requirements are not found.
if (( ! $+commands[ssh-agent] )); then
return 1
fi
# Load dependencies.
pmodload 'helper'
_ssh_agent_env="${HOME}/.ssh/environment-${HOST}"
_ssh_agent_forwarding=

Loading…
Cancel
Save