Commit 0c4ca5f4 authored by kopyl's avatar kopyl

Replace argument with env variable

parent 2b42f73e
......@@ -5,7 +5,7 @@
#################################################
usevenv=1
if [[ $@ == *"--novenv"* ]]; then
if [[ $venv_dir == "-" ]]; then
usevenv=0
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment