From 6e6d291f59393fa4b817823c61329af06bca9017 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 14 Jan 2015 12:55:25 -0800 Subject: [PATCH] Disable egg generation in a way that works on bash --- v2/hacking/env-setup | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 v2/hacking/env-setup diff --git a/v2/hacking/env-setup b/v2/hacking/env-setup old mode 100755 new mode 100644 index e1cfc7fe87..87178551d2 --- a/v2/hacking/env-setup +++ b/v2/hacking/env-setup @@ -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