diff --git a/ChangeLog b/ChangeLog index 77a37e955..3abe5c112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-19 Vladimir Serbinenko + + * util/grub-mkconfig_lib.in: Fix typo. + 2012-03-19 Vladimir Serbinenko * grub-core/script/argv.c (grub_script_argv_split_append): Skip leading diff --git a/util/grub-mkconfig_lib.in b/util/grub-mkconfig_lib.in index 7e9ea1d94..34c47fb17 100644 --- a/util/grub-mkconfig_lib.in +++ b/util/grub-mkconfig_lib.in @@ -193,7 +193,7 @@ version_sort () no) LC_ALL=C sort -n;; *) - if sort -v /dev/null 2>&1; then + if sort -V /dev/null 2>&1; then version_sort_sort_has_v=yes LC_ALL=C sort -V else