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

Well, the `sort -V` funktionality test actually tests for `sort -v`
.


--- /usr/share/grub/grub-mkconfig_lib.orig      2012-03-16 11:20:32.507123642
+0100
+++ /usr/share/grub/grub-mkconfig_lib   2012-03-18 22:33:16.393306926 +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