Skip to content

Commit 69eec23

Browse files
committed
Format and remove spurious spaces
From aboutcode-org/typecode#20 Reported-by: Pierre Tardy <pierre.tardy@renault.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 2c412e8 commit 69eec23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configure.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
@rem ################################
12-
@rem # A configuration script to set things up:
12+
@rem # A configuration script to set things up:
1313
@rem # create a virtualenv and install or update thirdparty packages.
1414
@rem # Source this script for initial configuration
1515
@rem # Use configure --help for details
@@ -48,7 +48,7 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
4848

4949

5050
@rem ################################
51-
@rem # Set the quiet flag to empty if not defined
51+
@rem # Set the quiet flag to empty if not defined
5252
if not defined CFG_QUIET (
5353
set "CFG_QUIET= "
5454
)
@@ -65,8 +65,8 @@ if "%1" EQU "--dev" (
6565
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
6666
set CFG_DEV_MODE=1
6767
)
68-
if "%1" EQU "--python" (
69-
echo "The --python is now DEPRECATED. Use the PYTHON_EXECUTABLE environment
68+
if "%1" EQU "--python"(
69+
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
7070
echo "variable instead. Run configure --help for details."
7171
exit /b 0
7272
)
@@ -76,7 +76,7 @@ if "%1" EQU "--python" (
7676
@rem # Use environment variables or a file if available.
7777
@rem # Otherwise the latest Python by default.
7878
if not defined PYTHON_EXECUTABLE (
79-
@rem # check for a file named PYTHON_EXECUTABLE
79+
@rem # check for a file named PYTHON_EXECUTABLE
8080
if exist ""%CFG_ROOT_DIR%\PYTHON_EXECUTABLE"" (
8181
set /p PYTHON_EXECUTABLE=<""%CFG_ROOT_DIR%\PYTHON_EXECUTABLE""
8282
) else (

0 commit comments

Comments
 (0)