X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fjava_profile.sh;h=7c4ce0c97c737e776cb8a8033647786210056741;hb=ffded9f6f8d5c79bfc12c3d41c19caf4e2d078af;hp=f98030a679856d2d5dcec81fa4dcb87fabe4e23a;hpb=2d23c5065c672b6ac8a29e8e8a2de5e2caede27c;p=feisty_meow.git diff --git a/scripts/customize/fred/java_profile.sh b/scripts/customize/fred/java_profile.sh index f98030a6..7c4ce0c9 100644 --- a/scripts/customize/fred/java_profile.sh +++ b/scripts/customize/fred/java_profile.sh @@ -135,6 +135,10 @@ if [ ! -z "$ECLIPSE_DIR" ]; then fi export PATH=$e:$PATH fi +# add in our personal bin path. +if [ -d "/usr/local/fred/bin" ]; then + export PATH=/usr/local/fred/bin:$PATH +fi ############################