Commit 08c77232 authored by szager@chromium.org's avatar szager@chromium.org

Point to newer git-1.8.0_bin directory.

BUG=169945


Review URL: https://chromiumcodereview.appspot.com/12047061

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@178430 0039d316-1c4b-4281-b951-d872f2087c98
parent adb7a0ce
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment