summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 08:55:05 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 08:55:05 +0200
commitb0f1776e091c596f548c45ce568f548d8f39efb8 (patch)
tree7cb956e4b2cb63c75f61f867b325d69bf83f4413
parent1a36ef888295afd6592d617a7b3657386133d43f (diff)
Added correct config path in header
-rw-r--r--base-install.sh2
-rwxr-xr-xopenbabel.sh2
-rwxr-xr-xruby.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/base-install.sh b/base-install.sh
index 03512fe..13d0dd3 100644
--- a/base-install.sh
+++ b/base-install.sh
@@ -4,7 +4,7 @@
# Author: Andreas Maunz
#
# Your installed packages are safe and will not be updated.
-# A Java configuration is created and included in your '~.bashrc'.
+# A Java configuration is created and included in your '$OT_UI_CONF'.
. "`pwd`/utils.sh"
DIR="`pwd`"
diff --git a/openbabel.sh b/openbabel.sh
index 31c3596..4fc5679 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Installs Openbabel.
-# A configuration file is created and included in your '~.bashrc'.
+# A configuration file is created and included in your '$OT_UI_CONF'.
# Author: Christoph Helma, Andreas Maunz.
#
diff --git a/ruby.sh b/ruby.sh
index 0a773bd..a1b8cbe 100755
--- a/ruby.sh
+++ b/ruby.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Installs Ruby enterprise edition and passenger gem.
-# A configuration file is created and included in your '~.bashrc'.
+# A configuration file is created and included in your '$OT_UI_CONF'.
# Author: Christoph Helma, Andreas Maunz.
#