(locatelib): Fix parsing of LD_LIBRARY_PATH.
From-SVN: r10024
This commit is contained in:
parent
5ca87b7ab3
commit
245c3e25d6
@ -2181,7 +2181,7 @@ locatelib (name)
|
||||
if (*q == ':')
|
||||
{
|
||||
*q++ = 0;
|
||||
*pp++ = p;
|
||||
*pp++ = q;
|
||||
}
|
||||
}
|
||||
/* built in directories are /lib, /usr/lib, and /usr/local/lib */
|
||||
|
Loading…
Reference in New Issue
Block a user