Merge "Enclose command args in with_venv.sh"

This commit is contained in:
Jenkins 2013-09-07 16:58:56 +00:00 committed by Gerrit Code Review
commit 7622b9894c
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 && "$@"