Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cope with multiple Pageant installs (one-line change) #155

Merged
merged 1 commit into from
Sep 15, 2014

Conversation

pxc
Copy link
Contributor

@pxc pxc commented Sep 14, 2014

If Pageant is installed multiple times (e.g. inside both TortoiseGit and TortoiseHg) then just pick the first one.

I actually fixed this on my installation as follows:
$pageant = Get-Command pageant -Erroraction SilentlyContinue | Select -ExpandProperty Name | head -1
but I think this pull request is the PowerShell way of doing the same thing.

If Pageant is installed multiple times (e.g. inside both TortoiseGit and TortoiseHg) then just pick the first one.
dahlbyk added a commit that referenced this pull request Sep 15, 2014
Cope with multiple Pageant installs (one-line change)
@dahlbyk dahlbyk merged commit d3ce327 into dahlbyk:master Sep 15, 2014
@dahlbyk
Copy link
Owner

dahlbyk commented Sep 15, 2014

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants