summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 14:44:24 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 14:44:24 +0200
commit7578e353de1cde367e7fd08235e23b6e499c1197 (patch)
treed9b7f7a3c9a681106ce8717adc9e1698fe7c885d /openbabel.sh
parent08e5eb420efea1b7d84ef2291bf2bea67b5387fb (diff)
all
Diffstat (limited to 'openbabel.sh')
-rwxr-xr-xopenbabel.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbabel.sh b/openbabel.sh
index adffa9a..6b5491b 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -39,8 +39,6 @@ else
fi
fi
-echo
-echo "Install:"
if [ ! $OB_DONE ]; then
cd /tmp
URI="http://downloads.sourceforge.net/project/openbabel/openbabel/$OB_NUM_VER/$OB_VER.tar.gz?use_mirror=kent"
@@ -76,9 +74,6 @@ fi
cd "$DIR"
-echo
-echo "Preparing:"
-
if [ ! -f $OB_CONF ]; then
echo "if ! [[ \"\$PATH\" =~ \"$OB_DEST\" ]]; then export PATH=\"$OB_DEST/bin:\$PATH\"; fi" >> "$OB_CONF"