Commit 0645c603 authored by maruel@chromium.org's avatar maruel@chromium.org

Fix exit 1 to goto :EOF.

Remove stale reference to bootstrap\update.bat.

TEST=none
BUG=none
Review URL: http://codereview.chromium.org/307004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29637 0039d316-1c4b-4281-b951-d872f2087c98
parent e8c918df
......@@ -19,7 +19,7 @@ if not exist "%Trunk%" (
echo Usage: %~n0 ^<time^> ^<c:\path\to\chrome\trunk^>
echo ^<time^> is the time in HH:MM:SS format at which to run the task.
echo Example: %~n0 02:00:00 c:\src\chrome\trunk
exit 1
goto :EOF
)
if not exist "%Out%" goto CreateScript
......@@ -35,8 +35,7 @@ echo.
echo Creating %Out%
echo>"%Out%" @echo off
echo>>"%Out%" call "%~dp0\bootstrap\update.bat"
echo>>"%Out%" "%~dp0\chrome-update.bat" "%Trunk%" ^> "%Trunk%\chrome-update-results.txt"
echo>>"%Out%" "%~dp0chrome-update.bat" "%Trunk%" ^> "%Trunk%\chrome-update-results.txt"
:CreateTask
......
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