contrib/win32/hg.bat
changeset 12653 5096faaa280e
parent 6513 66e87c11447d
child 19091 f01a351db791
--- a/contrib/win32/hg.bat	Fri Oct 08 23:23:49 2010 +0200
+++ b/contrib/win32/hg.bat	Sat Oct 09 18:04:36 2010 +0200
@@ -8,5 +8,5 @@
 rem install does not put python.exe on the PATH...
 rem %~dp0 is the directory of this script
 
-%~dp0..\python "%~dp0hg" %*
+"%~dp0..\python" "%~dp0hg" %*
 endlocal