summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-07-24 16:10:23 +0200
committerAndreas Maunz <andreas@maunz.de>2012-07-24 16:10:23 +0200
commit8fe2382c46b665ff59a95fe4194c7b6da0b1c283 (patch)
treed3b02137db098eaa30c9aab53b8e8a675ac8d26a
parentde001bb0b9acb4b145449bf8ff75049a784b3173 (diff)
correct condif
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 052fa32..e28d259 100755
--- a/config.sh
+++ b/config.sh
@@ -12,9 +12,9 @@ OT_BRANCH="development" # Maturity (development -need SSH key a
# 2) Where binaries are installed
OT_PREFIX="$HOME/opentox-ruby"
OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
-# USE THIS FOR 64BIT: OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64"
# 3) What versions to install
+
OB_NUM_VER="2.3.1"
RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"