changeset 433:a9011b1b073f

Actually run the command, duh.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Apr 2018 09:01:54 -0700
parents 06a551d3fbb2
children 44afdeba29bf
files install.cmd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/install.cmd	Mon Apr 02 09:01:46 2018 -0700
+++ b/install.cmd	Mon Apr 02 09:01:54 2018 -0700
@@ -10,5 +10,5 @@
     exit /b 1
 )
 
-echo python %CWD%install.py
+python %CWD%install.py %*