summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 11:28:41 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 11:28:41 +0200
commit3328abf1e969b280d5436909b54d2c4a78c6c80a (patch)
tree3126deb9a34da71143508df27fbbd92548012c6a /openbabel.sh
parent580c6204ea78e5fa261fff262d207f1651b3b06f (diff)
Fixed variable expansion in bash conf
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 6eb2e5c..fcef99b 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -107,7 +107,7 @@ if [ ! -f $OB_CONF ]; then
echo "if [ -z \"\$BABEL_DATADIR\" ]; then \
export BABEL_DATADIR=\"$PREFIX/share/openbabel/2.3.0\"; \
fi" >> "\$OB_CONF"
- echo "if [ -z \"$RUBYLIB\" ]; then \
+ echo "if [ -z \"\$RUBYLIB\" ]; then \
export RUBYLIB=\"$PREFIX_BINDINGS\"; \
fi" >> "$RUBY_CONF"