updated to add ant home
authorChris Koeritz <fred@gruntose.com>
Fri, 12 Nov 2021 15:18:46 +0000 (10:18 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 12 Nov 2021 15:18:46 +0000 (10:18 -0500)
scripts/customize/fred/java_profile.sh

index f98030a679856d2d5dcec81fa4dcb87fabe4e23a..7c4ce0c97c737e776cb8a8033647786210056741 100644 (file)
@@ -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
 
 ############################