| Index: update_depot_tools
|
| diff --git a/update_depot_tools b/update_depot_tools
|
| index eb3247597815e55953ced1b31371b390d017953e..129ab40cb315cb0d24851b74d227b8d28cd5f0a7 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.
|
|
|