From 22501af80adaf3a2316bc36dcc6f54df02d4fbba Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Wed, 23 Feb 2011 21:24:34 +0000 Subject: [PATCH] Don't install python shell script, as we now want to fall thru to cygwin. BUG=None TEST=None Review URL: http://codereview.chromium.org/6579008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@75789 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/python.new | 5 ----- bootstrap/win/svn.new | 5 ----- bootstrap/win/win_tools.bat | 2 -- 3 files changed, 12 deletions(-) delete mode 100755 bootstrap/win/python.new delete mode 100755 bootstrap/win/svn.new diff --git a/bootstrap/win/python.new b/bootstrap/win/python.new deleted file mode 100755 index c60508fc4..000000000 --- a/bootstrap/win/python.new +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -base_dir=$(dirname "$0") - -exec "$base_dir/python.bat" "$@" diff --git a/bootstrap/win/svn.new b/bootstrap/win/svn.new deleted file mode 100755 index c5370f211..000000000 --- a/bootstrap/win/svn.new +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -base_dir=$(dirname "$0") - -exec "$base_dir/svn.bat" "$@" diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 56069fa14..9136b6b4e 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -47,7 +47,6 @@ del "%~dp0svn.zip" :: Create the batch file. call copy /y "%~dp0svn.new.bat" "%WIN_TOOLS_ROOT_DIR%\svn.bat" 1>nul call copy /y "%~dp0svnversion.new.bat" "%WIN_TOOLS_ROOT_DIR%\svnversion.bat" 1>nul -call copy /y "%~dp0svn.new" "%WIN_TOOLS_ROOT_DIR%\svn" 1>nul goto :PYTHON_CHECK @@ -81,7 +80,6 @@ call svn co -q %WIN_TOOLS_ROOT_URL%/third_party/python_26 "%WIN_TOOLS_ROOT_DIR%\ if errorlevel 1 goto :PYTHON_FAIL :: Create the batch file. call copy /y "%~dp0python.new.bat" "%WIN_TOOLS_ROOT_DIR%\python.bat" 1>nul -call copy /y "%~dp0python.new" "%WIN_TOOLS_ROOT_DIR%\python" 1>nul set ERRORLEVEL=0 goto :END