summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-30 12:46:01 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-30 12:46:01 +0200
commit2b5a515211698adee22d192c547dd1c565370fe1 (patch)
tree431d05482f013c8c57b4dc10056b272c940f9217 /openbabel.sh
parent17355a678250ea26d76cfe4a6f0229c8d8d43d69 (diff)
Fix load test
Diffstat (limited to 'openbabel.sh')
-rwxr-xr-xopenbabel.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbabel.sh b/openbabel.sh
index 3eb8c2f..3980ff2 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -88,7 +88,6 @@ fi
if ! $OB_DONE ; then
OB_SRC_DIR="/tmp/$OB_VER/scripts/ruby/"
- CDIR=`pwd`
cd "$OB_SRC_DIR"
cmd="ruby extconf.rb --with-openbabel-include=$OB_DEST/include/openbabel-2.0 --with-openbabel-lib=$OB_DEST/lib" && run_cmd "$cmd" "Code"
cmd="make" && run_cmd "$cmd" "Make"
@@ -96,9 +95,6 @@ if ! $OB_DONE ; then
cmd="ln -sf $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 "$CDIR"
cmd="ruby test-ob-rb.rb" && run_cmd "$cmd" "Load"
fi
-cd "$DIR"
-