summaryrefslogtreecommitdiff
path: root/openbabel-install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-09-06 14:05:06 +0200
committerAndreas Maunz <andreas@maunz.de>2012-09-06 14:05:06 +0200
commit8b56fa22224cf149c5644f80fea588f5696c9380 (patch)
tree32dd31f1a5a923bd0ac5f4b75976bfa46eae1502 /openbabel-install
parent9375f91daff1f56b16ccabfa943653315bc5cf7e (diff)
Minor fixes
Diffstat (limited to 'openbabel-install')
-rwxr-xr-xopenbabel-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbabel-install b/openbabel-install
index 5f183c5..e7dd43f 100755
--- a/openbabel-install
+++ b/openbabel-install
@@ -35,7 +35,7 @@ if [ ! -f "$OB_CONF" ]; then
echo "if [ -z \"\$BABEL_DATADIR\" ]; then export BABEL_DATADIR=\"$OB_DEST/share/openbabel/$OB_NUM_VER\"; fi" >> "$OB_CONF"
echo "if ! [ -d \"\$BABEL_DATADIR\" ]; then echo \"\$0: '\$BABEL_DATADIR' is not a directory!\"; fi" >> "$OB_CONF"
- echo "Openbabel configuration has been stored in '$OB_CONF'."
+ echo "Openbabel configuration stored in '$OB_CONF'."
if ! grep "$OB_CONF" $OT_UI_CONF >/dev/null 2>&1 ; then
echo ". \"$OB_CONF\"" >> $OT_UI_CONF
fi