Merge "Enclose command args in with_venv.sh"

This commit is contained in:
Jenkins 2013-09-10 18:47:46 +00:00 committed by Gerrit Code Review
commit 2485028c26

View File

@ -27,4 +27,4 @@ while getopts ":hE:" opt; do
done
shift $((OPTIND-1))
source "${venv}/bin/activate" && $@
source "${venv}/bin/activate" && "$@"