Remove BUILDENV prefix

This commit is contained in:
Noémi Ványi 2022-07-30 17:25:36 +02:00
parent a5ffe611ad
commit 1eff103de4
1 changed files with 1 additions and 2 deletions

3
manage
View File

@ -107,8 +107,7 @@ fi
export DOCS_BUILD
buildenv() {
SEARX_DEBUG=1 pyenv.cmd python utils/build_env.py 2>&1 \
| prefix_stdout "${_Blue}BUILDENV${_creset} "
SEARX_DEBUG=1 pyenv.cmd python utils/build_env.py 2>&1
return "${PIPESTATUS[0]}"
}