Skip to content

Commit

Permalink
FL-727: update eclipse-bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Sep 22, 2013
1 parent 28d14b0 commit 657979b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/eclipse-sdk-bin/files/eclipse-bin
Expand Up @@ -9,12 +9,12 @@
# Licensed under the GNU General Public License, version 2
#

SLOT="4.2"
SLOT="4.3"

[ -f "/etc/eclipserc-bin-${SLOT}" ] && . "/etc/eclipserc-bin-${SLOT}"
[ -f "$HOME/gentoo/.eclipserc" ] && . "$HOME/gentoo/.eclipserc"

ECLIPSE_HOME=${ECLIPSE_HOME:="/opt/eclipse-sdk-bin-4.2"}
ECLIPSE_HOME=${ECLIPSE_HOME:="/opt/eclipse-sdk-bin-4.3"}
ECLIPSE_BIN="${ECLIPSE_HOME}/eclipse"

if [ ! -x "${ECLIPSE_BIN}" ] ; then
Expand Down

0 comments on commit 657979b

Please sign in to comment.