Use PortableGit from git\bin\git.exe instead of git\cmd\git.exe, which seems to be the preferred use.

This commit is contained in:
Jukka Jylänki
2013-10-28 13:56:37 +02:00
parent 6693d2d4fa
commit 0873f1df63

3
emsdk
View File

@@ -190,8 +190,7 @@ warnonce_git_not_found = False
def GIT():
global warnonce_git_not_found
# git = 'git/1.8.3/bin/bin/git.exe'
git = 'git/1.8.3/cmd/git.exe'
git = 'git/1.8.3/bin/git.exe'
try:
(ret, stdout, stderr) = run_get_output([git, '--version'])
if ret == 0: