mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 05:46:47 +00:00
* util/grub-mkconfig_lib.in: Fix typo.
This commit is contained in:
parent
ac6fd21803
commit
83c93b9cf5
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-mkconfig_lib.in: Fix typo.
|
||||||
|
|
||||||
2012-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-03-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/script/argv.c (grub_script_argv_split_append): Skip leading
|
* grub-core/script/argv.c (grub_script_argv_split_append): Skip leading
|
||||||
|
@ -193,7 +193,7 @@ version_sort ()
|
|||||||
no)
|
no)
|
||||||
LC_ALL=C sort -n;;
|
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
|
version_sort_sort_has_v=yes
|
||||||
LC_ALL=C sort -V
|
LC_ALL=C sort -V
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user