From 8b9cc772ea3637513179efb797cfd94e49cdb1c1 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 5 Sep 2013 06:14:18 +0800 Subject: [PATCH] Enclose command args in with_venv.sh Change-Id: I6d2ca2f8fca951fe2d90265da8728438dd7d7567 Closes-Bug: #1220937 --- tools/with_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/with_venv.sh b/tools/with_venv.sh index 5c4a271e4c5..63f5b98370e 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 && "$@"