First step at converting msysgit support to git-for-windows support.

This commit is contained in:
Benjamin Staneck
2015-08-23 20:09:06 +02:00
parent dc9263a11c
commit 3e06fcbf07
6 changed files with 10 additions and 10 deletions

2
vendor/profile.ps1 vendored
View File

@ -14,7 +14,7 @@ try {
# Check if git is on PATH, i.e. Git already installed on system
Get-command -Name "git" -ErrorAction Stop >$null
} catch {
$env:Path += ";$env:CMDER_ROOT\vendor\msysgit\bin"
$env:Path += ";$env:CMDER_ROOT\vendor\git-for-windows\bin"
}
try {