Commit 7196846f authored by maruel@chromium.org's avatar maruel@chromium.org

Change the python.new.bat and svn.new.bat to work around potential dynamic dll loading issues.

Review URL: http://codereview.chromium.org/113323

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@15938 0039d316-1c4b-4281-b951-d872f2087c98
parent 8626ff72
@"%~dp0python\python.exe" %*
@echo off
setlocal
set PATH=%~dp0python;%PATH%
"%~dp0python\python.exe" %*
@"%~dp0svn\svn.exe" %*
@echo off
setlocal
set PATH=%~dp0svn;%PATH%
"%~dp0svn\svn.exe" %*
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