# HG changeset patch # User Jeff Hammel # Date 1375813703 25200 # Node ID ee7e213d12bdd3356c8318788164f37163a0779f # Parent 868f0ea41e92f2aeb8bd8674bafc565f889e67b9 setup_development.py diff -r 868f0ea41e92 -r ee7e213d12bd bin/clone-mozbase.sh --- a/bin/clone-mozbase.sh Tue Aug 06 10:13:28 2013 -0700 +++ b/bin/clone-mozbase.sh Tue Aug 06 11:28:23 2013 -0700 @@ -30,4 +30,9 @@ cd mozbase git remote add mozilla git@github.com:mozilla/mozbase.git git pull mozilla master -git push origin master \ No newline at end of file +git push origin master + +if [ -d "${VIRTUAL_ENV}" ] +then + python setup_development.py +fi \ No newline at end of file