From: ZhiQiang Fan Date: Wed, 4 Sep 2013 22:14:18 +0000 (+0800) Subject: Enclose command args in with_venv.sh X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8b9cc772ea3637513179efb797cfd94e49cdb1c1;p=openstack-build%2Fneutron-build.git Enclose command args in with_venv.sh Change-Id: I6d2ca2f8fca951fe2d90265da8728438dd7d7567 Closes-Bug: #1220937 --- diff --git a/tools/with_venv.sh b/tools/with_venv.sh index 5c4a271e4..63f5b9837 100755 --- a/tools/with_venv.sh +++ b/tools/with_venv.sh @@ -18,4 +18,4 @@ TOOLS=`dirname $0` VENV=$TOOLS/../.venv -source $VENV/bin/activate && $@ +source $VENV/bin/activate && "$@"