summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 15:46:36 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 15:46:36 +0200
commitbd42d2f31d370648610fe76e1e9ca9c45ad57517 (patch)
tree0822567791b6576d9485eae853df17abe3dfab9a /openbabel.sh
parent02f97cd5a1152f25d91dc72fe8b71766f9a59561 (diff)
all
Diffstat (limited to 'openbabel.sh')
-rwxr-xr-xopenbabel.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbabel.sh b/openbabel.sh
index f18ee65..4f8c2ee 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -33,7 +33,6 @@ if [ ! -d "$OB_DEST" ]; then
exit 1
else
if ! rmdir "$OB_DEST" >/dev/null 2>&1; then # if not empty this will fail
- echo "Install directory '$OB_DEST' is not empty. Skipping openbabel base installation."
OB_DONE=true
fi
fi