summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-25 11:13:03 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-25 11:13:03 +0200
commit6ad827787e2ee1809eb0cb68dfa2cbabd74252e2 (patch)
treed57baaab62157b696f2f497b46334ff25abf6a61 /openbabel.sh
parent30de67d458310bc9550455cb1aef5d6908dd6c63 (diff)
Fix: correct dir
Diffstat (limited to 'openbabel.sh')
-rwxr-xr-xopenbabel.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbabel.sh b/openbabel.sh
index e76559c..f6d303b 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -92,10 +92,11 @@ if ! $OB_DONE ; then
cmd="make" && run_cmd "$cmd" "Make"
cmd="cp openbabel.so $OB_DEST_BINDINGS" && run_cmd "$cmd" "Install"
cmd="ln -s $OB_DEST_BINDINGS/openbabel.so $RUBY_DEST/lib/ruby/site_ruby/1.8/`uname -m`-linux/" && run_cmd "$cmd" "Link"
+ cd "$DIR"
. "`pwd`/utils.sh"
+ cd -
cmd="ruby test-ob-rb.rb" && run_cmd "$cmd" "Load"
fi
cd "$DIR"
-