Chromium Code Reviews

Unified Diff: update_depot_tools

Issue 203463004: Update to git-1.9.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: tweaks Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: update_depot_tools
diff --git a/update_depot_tools b/update_depot_tools
index 1ab8154d127f19df6f3e3d7bfe066938c88222fa..b3c2d5e6d2c8820ef964000e5a15c4c15199c080 100755
--- a/update_depot_tools
+++ b/update_depot_tools
@@ -29,7 +29,7 @@ fi
OUTPUT="$(uname | grep 'CYGWIN')"
CYGWIN=$?
if [ $CYGWIN = 0 ]; then
- cmd /c `cygpath -w "$base_dir/bootstrap/win/win_tools.bat"` force
+ cmd /c `cygpath -w "$base_dir/bootstrap/win/win_tools.bat"`
fi
CANONICAL_GIT_URL="https://chromium.googlesource.com/chromium/tools/depot_tools.git"

Powered by Google App Engine