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