* grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end
of error message.
This commit is contained in:
parent
dd3907779e
commit
c6d542119d
2 changed files with 7 additions and 2 deletions
|
@ -248,7 +248,7 @@ grub_cmd_hashsum (struct grub_extcmd_context *ctxt,
|
|||
}
|
||||
|
||||
if (unread)
|
||||
return grub_error (GRUB_ERR_TEST_FAILURE, "%d files couldn't be read.",
|
||||
return grub_error (GRUB_ERR_TEST_FAILURE, "%d files couldn't be read",
|
||||
unread);
|
||||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue