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
############################
| 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
| 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