Skip to content

Commit

Permalink
bash_profile: Add support for mesos-format, mesos-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffaco committed Feb 28, 2018
1 parent acf91b3 commit 00e2e31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nix/bash_profile/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,13 @@ fi
# Support for building mesos
#

if [ -d /opt/mesos-format/bin ]; then
export PATH=$PATH:/opt/mesos-format/bin
if [ -d /opt/mesos-format/2017-11-17/bin ]; then
export PATH=$PATH:/opt/mesos-format/2017-11-17/bin
fi

if [ -d /opt/mesos-tidy/2017-11-17/bin ]; then
export PATH=$PATH:/opt/mesos-tidy/2017-11-17/bin
fi

#
# Functions
Expand Down

0 comments on commit 00e2e31

Please sign in to comment.