This commit is contained in:
Olaf Conradi 2013-06-23 12:25:35 +02:00 committed by Steven De Coeyer
commit c057a56e85

View file

@ -21,7 +21,7 @@ if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then
. ${GPG_ENV} > /dev/null
fi
# check again if another agent is running using the newly sources settings
# check again if another agent is running using the newly sourced settings
if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then
# check for existing ssh-agent
if ssh-add -l > /dev/null 2> /dev/null; then