Don't add multiple entries to ld.so.conf
This commit is contained in:
parent
d3bd76486a
commit
6cf2085488
@ -286,7 +286,7 @@ int env_update (int argc, char **argv)
|
|||||||
if (strlen (file) == 0)
|
if (strlen (file) == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
ldents = rc_strlist_add (ldents, file);
|
ldents = rc_strlist_addu (ldents, file);
|
||||||
nents++;
|
nents++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user