On Thu, Nov 06, 2008 at 07:13:31PM +0300, Alexey M. Tourbin wrote: > --- a/scripts/0ldconfig.filetrigger > +++ b/scripts/0ldconfig.filetrigger [...] > + # 0) Short circuit condition: if a library is already found, > + # skip the remaining list of non-system libraries. Note that > + # the input file list is sorted, and "/lic" collates after > + # "/lib" and "/lib64". > + if [ -n "$lib" ] && LC_ALL=C [ "$f" '>' "/lic" ]; then Тогда лучше написать без обиняков: [ "$f" '>' "/lib64" ] -- ldv