X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fexamples%2Fcustom_overrides%2Ffred%2Fjava_profile.sh;h=9ef448047ab7527090427db47af936537ff3880a;hb=57720a354df2bd1f08752fefd06b989e8a7b1b0d;hp=7186b4467fbd484d4067d2d44aada0beab1bd1a3;hpb=a1f3c65741691541c269f9e74626ac764e27cc03;p=feisty_meow.git diff --git a/scripts/examples/custom_overrides/fred/java_profile.sh b/scripts/examples/custom_overrides/fred/java_profile.sh index 7186b446..9ef44804 100644 --- a/scripts/examples/custom_overrides/fred/java_profile.sh +++ b/scripts/examples/custom_overrides/fred/java_profile.sh @@ -1,4 +1,7 @@ #!/bin/bash + +# Author: Chris Koeritz + # this script tries to intuit where java is installed on this machine. ############################ @@ -97,4 +100,6 @@ if [ ! -z "$ECLIPSE_DIR" ]; then export PATH=$ECLIPSE_DIR:$PATH fi +############################ +