Chromium Code Reviews

Unified Diff: bootstrap/win/python.new.bat

Issue 125032: Add scripts to thunk into the non-cygwin version of svn and python.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « bootstrap/win/python.new ('k') | bootstrap/win/svn.new » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/win/python.new.bat
===================================================================
--- bootstrap/win/python.new.bat (revision 18275)
+++ bootstrap/win/python.new.bat (working copy)
@@ -1,4 +1,4 @@
@echo off
setlocal
-set PATH=%~dp0python;%PATH%
-"%~dp0python\python.exe" %*
+set PATH=%~dp0python_bin;%PATH%
+"%~dp0python_bin\python.exe" %*
« no previous file with comments | « bootstrap/win/python.new ('k') | bootstrap/win/svn.new » ('j') | no next file with comments »

Powered by Google App Engine