summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:12:47 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:12:47 +0200
commit2140505b9ee2b2b30886dd1b9c5bbf344a708b49 (patch)
tree047600d4ad11259727fd39cd1f308c0b93891efa /config.sh
parentae03b88f5c116c079f647bf1a5ba55e0ed387685 (diff)
Fixed include file names
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.sh b/config.sh
index 1e0bb79..428c621 100755
--- a/config.sh
+++ b/config.sh
@@ -27,11 +27,11 @@ WWW_DEST="$OT_PREFIX/www"
### Nothing to gain from changes below this line.
-JAVA_CONF="$OT_PREFIX/.bash_java_ot"
-RUBY_CONF="$OT_PREFIX/.bash_ruby_ot"
-REDIS_CONF="$OT_PREFIX/.bash_redis_ot"
-OB_CONF="$OT_PREFIX/.bash_OB_ot"
-KL_CONF="$OT_PREFIX/.bash_R_ot"
+JAVA_CONF="$OT_PREFIX/.sh_java_ot"
+RUBY_CONF="$OT_PREFIX/.sh_ruby_ot"
+REDIS_CONF="$OT_PREFIX/.sh_redis_ot"
+OB_CONF="$OT_PREFIX/.sh_OB_ot"
+KL_CONF="$OT_PREFIX/.sh_R_ot"
RUBY_VER="ruby-enterprise-$RUBY_NUM_VER"
OB_VER="openbabel-$OB_NUM_VER"