Commit 6e6d291f by Toshio Kuratomi

Disable egg generation in a way that works on bash

parent 67c98841
...@@ -38,13 +38,13 @@ gen_egg_info() ...@@ -38,13 +38,13 @@ gen_egg_info()
# In some shells if pushd is a no-op then popd sends you to a previous # In some shells if pushd is a no-op then popd sends you to a previous
# directory in history # directory in history
if [ "$ANSIBLE_HOME" != "$PWD" ] ; then #if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
pushd "$ANSIBLE_HOME" # pushd "$ANSIBLE_HOME"
#gen_egg_info # gen_egg_info
popd # popd
else #else
#gen_egg_info # gen_egg_info
fi #fi
# Print out values unless -q is set # Print out values unless -q is set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment