changeset 15418:46c51b5d0abb

on windows, support mx.cmd to be called from the path
author Christian Wirth <christian.wirth@oracle.com>
date Tue, 29 Apr 2014 11:02:08 +0200
parents b2381f53c77f
children f093fa76e872 96ed2167f79c
files mx.cmd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.cmd	Mon Apr 28 16:22:25 2014 +0200
+++ b/mx.cmd	Tue Apr 29 11:02:08 2014 +0200
@@ -1,1 +1,1 @@
-python mxtool/mx.py %*
+python %~dp0/mxtool/mx.py %*