summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-24 12:50:17 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-24 12:50:17 +0200
commit29a3a7e7ce329f1a01861f407752270001882814 (patch)
treef64cf4a4b110d41c29fe4014cb52d17741082644 /openbabel.sh
parent8d7b94b711b4995fc75809c4357930026e2ff3e4 (diff)
Included load test for OB in rb
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 1eda925..e76559c 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -93,7 +93,7 @@ if ! $OB_DONE ; then
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"
. "`pwd`/utils.sh"
- cmd="ruby ob-test-rb.rb" && run_cmd "$cmd" "Load"
+ cmd="ruby test-ob-rb.rb" && run_cmd "$cmd" "Load"
fi
cd "$DIR"