summaryrefslogtreecommitdiffstats
path: root/hacking/env-setup.fish
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/env-setup.fish')
-rw-r--r--hacking/env-setup.fish4
1 files changed, 1 insertions, 3 deletions
diff --git a/hacking/env-setup.fish b/hacking/env-setup.fish
index 183bcccf22..0ef92cdc65 100644
--- a/hacking/env-setup.fish
+++ b/hacking/env-setup.fish
@@ -57,15 +57,13 @@ if not set -q PYTHON_BIN
end
end
-set -gx ANSIBLE_LIBRARY $ANSIBLE_HOME/library
-
#
# Generate egg_info so that pkg_resources works
#
# Do the work in a fuction
function gen_egg_info
- # Cannot use `test` on wildcards.
+ # Cannot use `test` on wildcards.
# @see https://github.com/fish-shell/fish-shell/issues/5960
if count $PREFIX_PYTHONPATH/ansible*.egg-info > /dev/null
rm -rf $PREFIX_PYTHONPATH/ansible*.egg-info