* util/grub-mkconfig_lib.in: Fix typo.
This commit is contained in:
parent
ac6fd21803
commit
83c93b9cf5
2 changed files with 5 additions and 1 deletions
|
@ -193,7 +193,7 @@ version_sort ()
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue