mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Make msys depot_tools upgrade process smoother.
R=agable@chromium.org, dnj@chromium.org, mmoss@chromium.org BUG=600028 Review URL: https://codereview.chromium.org/1848353003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299677 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -42,6 +42,16 @@ fi
|
||||
# We want to update the bundled tools even under MinGW.
|
||||
if [ $MINGW = 0 ]; then
|
||||
$COMSPEC /c `cygpath -w "$base_dir/bootstrap/win/win_tools.bat"`
|
||||
case $? in
|
||||
123)
|
||||
# msys environment was upgraded, need to quit.
|
||||
exit 123
|
||||
;;
|
||||
0)
|
||||
;;
|
||||
*)
|
||||
exit $?
|
||||
esac
|
||||
fi
|
||||
|
||||
CANONICAL_GIT_URL="https://chromium.googlesource.com/chromium/tools/depot_tools.git"
|
||||
|
||||
Reference in New Issue
Block a user