Mercurial > dotfiles
comparison install.cmd @ 433:a9011b1b073f
Actually run the command, duh.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 02 Apr 2018 09:01:54 -0700 |
parents | e57b012539d5 |
children | 6f788c83b7f6 |
comparison
equal
deleted
inserted
replaced
432:06a551d3fbb2 | 433:a9011b1b073f |
---|---|
8 if errorlevel 1 ( | 8 if errorlevel 1 ( |
9 echo Python isn't in your PATH. Run the install script yourself. | 9 echo Python isn't in your PATH. Run the install script yourself. |
10 exit /b 1 | 10 exit /b 1 |
11 ) | 11 ) |
12 | 12 |
13 echo python %CWD%install.py | 13 python %CWD%install.py %* |
14 | 14 |