summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 13:06:32 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 13:06:32 +0200
commit78a251a002390dafd1f26271e9b8a531fb9aea14 (patch)
tree8bf3c5b3c77e7e4fdffa3b555224046ac517af8b /config.sh
parent424abba2902b71ce95b07f550f2c2841d13265ee (diff)
Nginx fix: ENV variable
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 8eb5aff..fad153b 100644
--- a/config.sh
+++ b/config.sh
@@ -3,7 +3,7 @@ JAVA_CONF=$HOME/.bash_java_ot
RUBY_VER="ruby-enterprise-1.8.7-2011.03"
RUBY_CONF=$HOME/.bash_ruby_ot
-RUBY_DEST="$HOME/$RUB_YVER"
+RUBY_DEST="$HOME/$RUBY_VER"
OB_NUM_VER="2.2.3"
OB_VER="openbabel-$OB_NUM_VER"