Skip to content

Commit

Permalink
Add space for correct syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed May 31, 2021
1 parent 0e09ad9 commit e339a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if "%1" EQU "--dev" (
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
set CFG_DEV_MODE=1
)
if "%1" EQU "--python"(
if "%1" EQU "--python" (
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
echo "variable instead. Run configure --help for details."
exit /b 0
Expand Down

0 comments on commit e339a70

Please sign in to comment.