Speed up env-setup (#24133)

This commit is contained in:
Matt Martz 2017-05-01 09:54:50 -05:00 committed by GitHub
parent dce2d5eea9
commit 8e523089ef

View file

@ -59,7 +59,7 @@ fi
(
cd "$ANSIBLE_HOME"
if [ "$verbosity" = silent ] ; then
gen_egg_info > /dev/null 2>&1
gen_egg_info > /dev/null 2>&1 &
find . -type f -name "*.pyc" -exec rm -f {} \; > /dev/null 2>&1
else
gen_egg_info