Files
ardour/tools
nickolas360 8bc7154130 Fix LD_LIBRARY_PATH in GNU/Linux startup script
Currently, the startup script for GNU/Linux adds the current working directory
to LD_LIBRARY_PATH if LD_LIBRARY_PATH is not empty or unset.

For example, if LD_LIBRARY_PATH is set to "/lib" when the current script is
run, it will be set to "<install-dir>/lib::/lib", which includes the current
working directory as one of the paths.

This commit removes the extra colon added to LD_LIBRARY_PATH (without changing
the script's behavior of setting LD_LIBRARY_PATH to an empty string when it is
unset).
2017-07-18 19:11:18 +02:00
..
2007-04-18 20:36:17 +00:00
2014-12-17 22:27:56 -05:00
2006-07-28 01:08:57 +00:00
2013-10-23 20:02:30 +02:00
2015-01-12 21:42:44 +01:00
2015-03-12 13:15:12 +01:00
2017-06-27 20:12:46 +02:00
2016-03-04 17:02:04 +01:00