summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 13:50:51 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 13:50:51 +0200
commit7acd2561a4f046128fc3d93c84f5771a59c465a4 (patch)
treee3d9b9400509736ad08b97350ad83ba9ffae6f38 /openbabel.sh
parentf5d0cdc361bf6081835907284006b24497da89ee (diff)
Fixed openbabel
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 5ed15d6..48fde26 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -18,7 +18,7 @@ if [ ! -e "$WGET" ]; then
fi
# Pkg
-source ./config
+source ./config.sh
if [ -n "$1" ]; then
OB_DEST="$1"
fi