diff options
author | Matt Martz <matt@sivel.net> | 2017-05-01 16:54:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 16:54:50 +0200 |
commit | 8e523089ef4ccaba6a4d41a2d0adda1a383ba520 (patch) | |
tree | 5ee709c9ef9b963f5319fb539388c0d2e1f697e1 /hacking/env-setup | |
parent | Remove `provider` requirement from nxos_vrf (#24118) (diff) | |
download | ansible-8e523089ef4ccaba6a4d41a2d0adda1a383ba520.tar.xz ansible-8e523089ef4ccaba6a4d41a2d0adda1a383ba520.zip |
Speed up env-setup (#24133)
Diffstat (limited to 'hacking/env-setup')
-rw-r--r-- | hacking/env-setup | 2 |
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 |