funtoo / keychain

keychain ssh-agent front-end
http://www.funtoo.org
GNU General Public License v2.0
750 stars 104 forks source link

Make PATH work in more situations #134

Closed htInEdin closed 2 years ago

htInEdin commented 2 years ago

A non-empty PATH may still not include e.g. /usr/bin. This patch fixes that.

The need for this arises when using Cygwin but invoking keychain from a Windows context, in which case the PATH is not empty but lacks Cygwin paths.

htInEdin commented 2 years ago

Should have been to devel