* util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.

This commit is contained in:
davem 2009-05-08 09:43:54 +00:00
parent 29aa5e8163
commit 172800ce74
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,8 @@ int main(int argc, char **argv)
{
char *of_path;
progname = "grub-ofpathname";
if (argc != 2)
{
printf("Usage: grub-ofpathname DEVICE\n");