mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
Disable egg generation in a way that works on bash
This commit is contained in:
14
v2/hacking/env-setup
Executable file → Normal file
14
v2/hacking/env-setup
Executable file → Normal file
@@ -38,13 +38,13 @@ gen_egg_info()
|
||||
|
||||
# In some shells if pushd is a no-op then popd sends you to a previous
|
||||
# directory in history
|
||||
if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
|
||||
pushd "$ANSIBLE_HOME"
|
||||
#gen_egg_info
|
||||
popd
|
||||
else
|
||||
#gen_egg_info
|
||||
fi
|
||||
#if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
|
||||
# pushd "$ANSIBLE_HOME"
|
||||
# gen_egg_info
|
||||
# popd
|
||||
#else
|
||||
# gen_egg_info
|
||||
#fi
|
||||
|
||||
# Print out values unless -q is set
|
||||
|
||||
|
||||
Reference in New Issue
Block a user