##// END OF EJS Templates
windows: handle spaces in path to Python (issue2074)
Benjamin Pollack -
r12653:5096faaa default
parent child Browse files
Show More
@@ -8,5 +8,5 b' rem Use a full path to Python (relative '
8 rem install does not put python.exe on the PATH...
8 rem install does not put python.exe on the PATH...
9 rem %~dp0 is the directory of this script
9 rem %~dp0 is the directory of this script
10
10
11 %~dp0..\python "%~dp0hg" %*
11 "%~dp0..\python" "%~dp0hg" %*
12 endlocal
12 endlocal
General Comments 0
You need to be logged in to leave comments. Login now