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