bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #35888] version_find_latest does not recognize kernel version (3.2.


From: Michael Weber
Subject: [bug #35888] version_find_latest does not recognize kernel version (3.2.9 newer than 3.2.11)
Date: Sun, 18 Mar 2012 21:42:34 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]