Enclose command args in with_venv.sh
It will support argument with blanks. Change-Id: I83313290a964bf10fe46570f43cf213ceab8a326 Fixes: bug #1220937
This commit is contained in:
parent
1a8c62acb9
commit
d4b324573f
@ -27,4 +27,4 @@ while getopts ":hE:" opt; do
|
||||
done
|
||||
shift $((OPTIND-1))
|
||||
|
||||
source "${venv}/bin/activate" && $@
|
||||
source "${venv}/bin/activate" && "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user