Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enclose command args in with_venv.sh
Change-Id: I6d2ca2f8fca951fe2d90265da8728438dd7d7567
Closes-Bug: #1220937
  • Loading branch information
zqfan committed Sep 4, 2013
1 parent 062ee16 commit 8b9cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/with_venv.sh
Expand Up @@ -18,4 +18,4 @@

TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@
source $VENV/bin/activate && "$@"

0 comments on commit 8b9cc77

Please sign in to comment.