Skip to content

Commit

Permalink
Enclose command args in with_venv.sh
Browse files Browse the repository at this point in the history
It will support argument with blanks.

Change-Id: I4e40cdd2be67c2f306ce53f297b7a830730d1bc7
Fixes: bug #1220937
  • Loading branch information
niuzhenguo committed Sep 9, 2013
1 parent 46462b1 commit f7a03ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/with_venv.sh
@@ -1,4 +1,4 @@
#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@
source $VENV/bin/activate && "$@"

0 comments on commit f7a03ab

Please sign in to comment.