Skip to content

Commit 04ba573

Browse files
committed
Correct configure.bat
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent bee248d commit 04ba573

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

configure.bat

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,9 @@ set CFG_ROOT_DIR=%~dp0
4747
set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
4848

4949
@rem ################################
50-
@rem # Thirdparty package locations and index handling
51-
<<<<<<< HEAD
50+
@rem # Thirdparty package locations and index handling
5251
set "PIP_EXTRA_ARGS=--find-links "%CFG_ROOT_DIR%\thirdparty" --find-links https://thirdparty.aboutcode.org/pypi" & %INDEX_ARG%
53-
=======
54-
if exist ""%CFG_ROOT_DIR%\thirdparty"" (
55-
set "PIP_EXTRA_ARGS=--find-links %CFG_ROOT_DIR%\thirdparty "
56-
)
57-
58-
set "PIP_EXTRA_ARGS=%PIP_EXTRA_ARGS% --find-links https://thirdparty.aboutcode.org/pypi" & %INDEX_ARG%
59-
>>>>>>> refs/remotes/skeleton/main
52+
6053
@rem ################################
6154

6255
@rem ################################
@@ -165,11 +158,8 @@ if %ERRORLEVEL% neq 0 (
165158
if exist "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin" (
166159
rmdir /s /q "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin"
167160
)
168-
<<<<<<< HEAD
169-
mklink /J "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin" "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
170-
=======
171-
mklink /J %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts
172-
>>>>>>> refs/remotes/skeleton/main
161+
162+
mklink /J "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin" "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
173163

174164
if %ERRORLEVEL% neq 0 (
175165
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)