From 50651957b7553e621d96a32888996314eeb0a268 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 12 Nov 2021 10:18:46 -0500 Subject: [PATCH] updated to add ant home --- scripts/customize/fred/java_profile.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 ############################ -- 2.34.1