neurolabs / henplus

HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database connect via JDBC.
GNU General Public License v2.0
97 stars 51 forks source link

Fixing run script for LD_LIBRARY_PATH could be changed outside of the script #35

Closed ochaloup closed 10 years ago

ochaloup commented 10 years ago

Currently the script ignores setting of the LD_LIBRARY_PATH that is set before it's run. This just adjust if to get it working.