Have the current directory in the LD_LIBRARY_PATH first so that the shared

objects in the current directory are loaded before others that may be in
the LD_LIBRARY_PATH
This commit is contained in:
javi%netscape.com 2000-05-19 20:14:03 +00:00
parent b43c22c6c6
commit f0aa5464ee

View File

@ -32,6 +32,6 @@
# GPL.
#
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.
LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
exec ./psm