Enclose command args in with_venv.sh

Change-Id: I6d2ca2f8fca951fe2d90265da8728438dd7d7567
Closes-Bug: #1220937
This commit is contained in:
ZhiQiang Fan 2013-09-05 06:14:18 +08:00
parent 062ee16e09
commit 8b9cc772ea
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@
source $VENV/bin/activate && "$@"