* util/grub-mkconfig_lib.in: Fix typo.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-19 16:27:59 +01:00
parent ac6fd21803
commit 83c93b9cf5
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* grub-core/script/argv.c (grub_script_argv_split_append): Skip leading

View File

@ -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