summaryrefslogtreecommitdiffstats
path: root/hacking/env-setup
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-05-01 16:54:50 +0200
committerGitHub <noreply@github.com>2017-05-01 16:54:50 +0200
commit8e523089ef4ccaba6a4d41a2d0adda1a383ba520 (patch)
tree5ee709c9ef9b963f5319fb539388c0d2e1f697e1 /hacking/env-setup
parentRemove `provider` requirement from nxos_vrf (#24118) (diff)
downloadansible-8e523089ef4ccaba6a4d41a2d0adda1a383ba520.tar.xz
ansible-8e523089ef4ccaba6a4d41a2d0adda1a383ba520.zip
Speed up env-setup (#24133)
Diffstat (limited to 'hacking/env-setup')
-rw-r--r--hacking/env-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/env-setup b/hacking/env-setup
index 6ac339c293..961c6bdcc1 100644
--- a/hacking/env-setup
+++ b/hacking/env-setup
@@ -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