Replace argument with env variable

This commit is contained in:
kopyl 2023-07-19 01:47:39 +03:00
parent 2b42f73e3d
commit 0c4ca5f43e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#################################################
usevenv=1
if [[ $@ == *"--novenv"* ]]; then
if [[ $venv_dir == "-" ]]; then
usevenv=0
fi