not adding eclipse and java at front of path, since they don't need to be there.
authorChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 22:03:57 +0000 (17:03 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 7 Mar 2012 22:03:57 +0000 (17:03 -0500)
fixed functions some more for @(#*(@*#(*@$&*(@$& windows and @*&#*&@!#*&!@#(*@# cygwin.

examples/custom_overrides/fred/java_profile.sh
scripts/core/functions.sh

index 1cfca8f01f45dc658267d7b2b8ca6f2f70d36fcc..72709c67a457b04af3028ff0c6264f8c35aaa22b 100755 (executable)
@@ -116,14 +116,14 @@ if [ ! -z "$JAVA_HOME" ]; then
   if [ ! -z "$(uname -a | grep -i cygwin)" ]; then
     j=$(echo $j | sed -e 's/^\(.\):/\/cygdrive\/\1/')
   fi
-  export PATH=$j/$JAVA_BIN_PIECE:$PATH
+  export PATH=$PATH:$j/$JAVA_BIN_PIECE
 fi
 if [ ! -z "$ECLIPSE_DIR" ]; then
   e="$ECLIPSE_DIR"
   if [ ! -z "$(uname -a | grep -i cygwin)" ]; then
     e=$(echo $e | sed -e 's/^\(.\):/\/cygdrive\/\1/')
   fi
-  export PATH=$e:$PATH
+  export PATH=$PATH:$e
 fi
 
 ############################
index 1a0cc10b272f643241717bc2ad41f72e313d4bdc..d5ab21e10a5899d20d44372e8a52cda8c9c1e924 100644 (file)
@@ -64,9 +64,9 @@ if [ -z "$skip_all" ]; then
           | grep -i "$i" \
           | sed -n -e "$appropriate_pattern")
         if [ ${#PIDS_SOUGHT[*]} -ne 0 ]; then
-         # we want to bail as soon as we get matches, because on the same
-         # platform, the same set of patterns should work to find all
-         # occurrences of the genesis java.
+          # we want to bail as soon as we get matches, because on the same
+          # platform, the same set of patterns should work to find all
+          # occurrences of the genesis java.
           break;
         fi
       done
@@ -83,9 +83,9 @@ if [ -z "$skip_all" ]; then
           | grep -i "$i" \
           | sed -n -e "$appropriate_pattern")
         if [ ${#PIDS_SOUGHT[*]} -ne 0 ]; then
-         # we want to bail as soon as we get matches, because on the same
-         # platform, the same set of patterns should work to find all
-         # occurrences of the genesis java.
+          # we want to bail as soon as we get matches, because on the same
+          # platform, the same set of patterns should work to find all
+          # occurrences of the genesis java.
           break;
         fi
       done