Fix venv wrapper to clean *.pyc.
Bug: 1021392 With this fix the commands executed within virtual environment, including find command, are executed successfully. * tools/with_venv.sh Enclose command to execute in virtual environment within quotes. Change-Id: I886d70097090578e83adc20318600d16cc5ebead
This commit is contained in:
parent
3f87856022
commit
e2f031c321
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
TOOLS=`dirname $0`
|
||||
VENV=$TOOLS/../.venv
|
||||
source $VENV/bin/activate && $@
|
||||
source $VENV/bin/activate && "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user