From: Chris Koeritz Date: Fri, 12 Nov 2021 15:18:46 +0000 (-0500) Subject: updated to add ant home X-Git-Tag: 2.140.134~9 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=b2fdf9ae72a80857e05f964205e27dd87cd63f67;p=feisty_meow.git updated to add ant home --- 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 ############################