We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7169ab7 commit f4fe351Copy full SHA for f4fe351
configure.cmd
@@ -16,5 +16,5 @@
16
17
set configure_dir=%~dp0
18
set configure_dir=%configure_dir:~0,-1%
19
-python %configure_dir%\configure.py %* || ( exit /b )
+python "%configure_dir%\configure.py" %* || ( exit /b )
20
echo Configuration finished
0 commit comments