summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:28:49 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:28:49 +0100
commit4f89b9975ba06d9e2fffe862b3a12978cab5155b (patch)
tree3aae54ae3b9edb03df3e86b3b250e82b1954a658 /openbabel.sh
parentc81acb5265a6a281d2757710f36e2e6e2e48986e (diff)
Minor fixes
Diffstat (limited to 'openbabel.sh')
-rwxr-xr-xopenbabel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbabel.sh b/openbabel.sh
index 4e55ff8..4b6cfc0 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -76,7 +76,7 @@ fi
echo "Bindings:"
OB_DONE=false
. "$OT_UI_CONF"
-mkdir "$OB_DEST_BINDINGS">/dev/null 2>&1
+mkdir -p "$OB_DEST_BINDINGS">/dev/null 2>&1
if [ ! -d "$OB_DEST_BINDINGS" ]; then
echo "Install directory '$OB_DEST_BINDINGS' is not available! Aborting..."
exit 1