From bd259e7e94da8769a3fec0a3a662d958fd9944fa 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 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 && "$@"