From 25b438dea760b5ef870df2af88cfcf178aae4859 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Thu, 7 May 2009 19:24:22 +0000 Subject: [PATCH] Fixing a label renaming that shouldn't have been checked-in! TBR=bradnelson Review URL: http://codereview.chromium.org/115098 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@15567 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/win_tools.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 92708d7e1a..298da5acf7 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -20,7 +20,7 @@ if "%1" == "force" ( :SVN_CHECK :: If the batch file exists, skip the svn check. if exist "%WIN_TOOLS_ROOT_DIR%\svn.bat" goto :PYTHON_CHECK -if "%WIN_TOOLS_FORCE%" == "1" goto :SVN_FORCE +if "%WIN_TOOLS_FORCE%" == "1" goto :SVN_INSTALL call svn --version 2>nul 1>nul if errorlevel 1 goto :SVN_INSTALL goto :PYTHON_CHECK