diff --git a/update_depot_tools b/update_depot_tools index eb32475978..129ab40cb3 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -30,8 +30,8 @@ if [ -d "$base_dir/svn_bin" -a $MINGW = 0 ]; then fi GIT="git" -if [ -d "$base_dir/git_bin" -a $MINGW = 0 ]; then - GIT="$base_dir/git_bin/bin/git.exe" +if [ -d "$base_dir/git-1.8.0_bin" -a $MINGW = 0 ]; then + GIT="$base_dir/git-1.8.0_bin/bin/git.exe" fi # Test git and git --version.