Follow-up Comment #2, bug #35888 (project grub):

--- grub-2.00~beta2/util/grub-mkconfig_lib.in.orig       2012-03-07
19:50:52.000000000 +0100
+++ grub-2.00~beta2/util/grub-mkconfig_lib.in    2012-03-18 22:41:11.115372084
+0100
@@ -193,7 +193,7 @@
     no)
       LC_ALL=C sort -n;;
     *)
-      if sort -v </dev/null > /dev/null 2>&1; then
+      if sort -V </dev/null > /dev/null 2>&1; then
         version_sort_sort_has_v=yes
        LC_ALL=C sort -V
       else


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35888>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to