Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keychain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ elif [ "$myaction" = ssh_rm ]; then
else
# This will start gpg-agent as an ssh-agent if such functionality is enabled (default)
startagent_ssh || warn "Unable to start an ssh-agent (error code: $?)"
[ -n "$pidfile_out" ] && write_pidfile && eval "$pidfile_out" > /dev/null
[ -n "$pidfile_out" ] && write_pidfile && eval "$(catpidf_shell sh)" > /dev/null
if ! $gpg_started && wantagent gpg; then
# If we also want gpg, and it hasn't been started yet, start it also. We don't need to
# look for pidfile output, as this would have been output from the startagent_ssh->startagent_gpg
Expand Down