0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 15:47:56 +01:00
nodejs/tools/msvs
Kyle Farnung 988be43e33 tools,win: fix find_python error
On a machine without `python.exe` in the PATH the script was failing
with:

```console
> .\vcbuild.bat
Looking for Python 2.x
2> was unexpected at this time.
```

Escaping the `>` seems to resolve it.

PR-URL: https://github.com/nodejs/node/pull/22797
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2018-09-17 16:50:47 -07:00
..
install_tools win,msi: install tools for native modules 2018-09-12 03:17:48 +01:00
msi win,msi: install tools for native modules 2018-09-12 03:17:48 +01:00
npm
pch
find_nasm.cmd
find_python.cmd tools,win: fix find_python error 2018-09-17 16:50:47 -07:00
nodevars.bat
vswhere_usability_wrapper.cmd