From 0645c60336222c9a8f8fcab010a2a75019bad6d5 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 21 Oct 2009 13:33:40 +0000 Subject: [PATCH] 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 --- chrome-update-create-task.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome-update-create-task.bat b/chrome-update-create-task.bat index 5c515cbd5..566195657 100755 --- a/chrome-update-create-task.bat +++ b/chrome-update-create-task.bat @@ -19,7 +19,7 @@ if not exist "%Trunk%" ( echo Usage: %~n0 ^ ^ echo ^ 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