AnthonyMastrean / chocolateypackages

Application packages for Windows
https://chocolatey.org/profiles/AnthonyMastrean
18 stars 63 forks source link

rsync: check for `ssh` in the path before creating shims #249

Closed AnthonyMastrean closed 6 years ago

AnthonyMastrean commented 7 years ago

I've not personally encountered this problem. I wrote it up in response to a package comment or email or something... I don't really have many details. May reopen if I get enough pressure from actual users w/ this issue 😄

paladinshiva commented 6 years ago

If ((Test-Path $TargetFolder) -AND (@(dir "$TargetFolder*.exe").count -gt 0)) { Write-Output "rnCURRENT VERSIONS OF SSH EXES:" Write-Output "$(dir "$TargetFolder*.exe"| select -expand fullname | get-command | select -expand fileversioninfo | ft filename, fileversion -auto | out-string)" }

AnthonyMastrean commented 6 years ago

I've not personally encountered this problem. I wrote it up in response to a package comment or email or something. I didn't really get too much info. @paladinshiva do you have this issue? Can you provide more details?

paladinshiva commented 6 years ago

Oh, sorry man... I've thought you wanted to how it'd look like. I don't have the issue either...

AnthonyMastrean commented 6 years ago

No problem! It's a good start... I'm only just starting to experiment with Microsoft's OpenSSH, so maybe I'll feel like fixing this soon 😉