summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
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