Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 408195
Collapse All | Expand All

(-)grub-mkconfig_lib-2.00_beta2 (-1 / +1 lines)
Lines 193-199 Link Here
193
    no)
193
    no)
194
      LC_ALL=C sort -n;;
194
      LC_ALL=C sort -n;;
195
    *)
195
    *)
196
      if sort -v </dev/null > /dev/null 2>&1; then
196
      if sort -V </dev/null > /dev/null 2>&1; then
197
        version_sort_sort_has_v=yes
197
        version_sort_sort_has_v=yes
198
	LC_ALL=C sort -V
198
	LC_ALL=C sort -V
199
      else
199
      else

Return to bug 408195