Replace argument with env variable

This commit is contained in:
kopyl 2023-07-19 01:47:39 +03:00
parent 2b42f73e3d
commit 0c4ca5f43e

View File

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