Skip to content

Commit

Permalink
hacking/env-setup no longer needs to set library since modules appear…
Browse files Browse the repository at this point in the history
… as git submodules.
  • Loading branch information
mpdehaan committed Sep 26, 2014
1 parent 16c4c37 commit 7f6ab89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hacking/env-setup
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ PREFIX_MANPATH="$ANSIBLE_HOME/docs/man"

[[ $PYTHONPATH != ${PREFIX_PYTHONPATH}* ]] && export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH
[[ $PATH != ${PREFIX_PATH}* ]] && export PATH=$PREFIX_PATH:$PATH
unset ANSIBLE_LIBRARY
export ANSIBLE_LIBRARY="$ANSIBLE_HOME/library:`python $HACKING_DIR/get_library.py`"
[[ $MANPATH != ${PREFIX_MANPATH}* ]] && export MANPATH=$PREFIX_MANPATH:$MANPATH

# Print out values unless -q is set
Expand All @@ -33,7 +31,6 @@ if [ $# -eq 0 -o "$1" != "-q" ] ; then
echo ""
echo "PATH=$PATH"
echo "PYTHONPATH=$PYTHONPATH"
echo "ANSIBLE_LIBRARY=$ANSIBLE_LIBRARY"
echo "MANPATH=$MANPATH"
echo ""

Expand Down

0 comments on commit 7f6ab89

Please sign in to comment.