Enclose command args in with_venv.sh
Change-Id: I6d2ca2f8fca951fe2d90265da8728438dd7d7567 Closes-Bug: #1220937
This commit is contained in:
parent
062ee16e09
commit
8b9cc772ea
@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
TOOLS=`dirname $0`
|
TOOLS=`dirname $0`
|
||||||
VENV=$TOOLS/../.venv
|
VENV=$TOOLS/../.venv
|
||||||
source $VENV/bin/activate && $@
|
source $VENV/bin/activate && "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user