Sign in
chromium
/
chromium
/
src
/
4f2e38b006fb8f53d51f553bafa3666c99491f08
/
.
/
depot_tools
/
release
/
win
/
wrappers
/
bootstrap
/
update.unix
blob: 62335dce57e753a89ef7b0038d6396793aca8f4b [
file
] [
log
] [
blame
]
#!/bin/sh
url
=
"https://svn.corp.google.com/chrome/branches/depot_tools_release_branch"
opt
=-
q
# we silently update the depot_tools when it already exists
if
[
!
-
e $1
]
then
echo checking out latest depot_tools
...
fi
exec gvn co $opt $url $1