From d4b324573fee1d6d11e9e10963227d597f57d107 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Mon, 9 Sep 2013 14:58:02 +0800 Subject: Enclose command args in with_venv.sh It will support argument with blanks. Change-Id: I83313290a964bf10fe46570f43cf213ceab8a326 Fixes: bug #1220937 --- tools/with_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/with_venv.sh b/tools/with_venv.sh index 633806f4..5143b556 100755 --- a/tools/with_venv.sh +++ b/tools/with_venv.sh @@ -27,4 +27,4 @@ while getopts ":hE:" opt; do done shift $((OPTIND-1)) -source "${venv}/bin/activate" && $@ +source "${venv}/bin/activate" && "$@" -- cgit v1.2.1