* grub-core/osdep/unix/config.c: Remove extraneous comma.
This commit is contained in:
parent
631a820038
commit
0aece00c54
9 changed files with 22 additions and 12 deletions
|
@ -105,8 +105,8 @@ grub_util_load_config (struct grub_util_config *cfg)
|
|||
*ptr++ = *iptr;
|
||||
}
|
||||
|
||||
strcpy (ptr, "'; printf \"GRUB_ENABLE_CRYPTODISK=%s\\nGRUB_DISTRIBUTOR=%s\\n\", "
|
||||
"\"$GRUB_ENABLE_CRYPTODISK\", \"$GRUB_DISTRIBUTOR\"");
|
||||
strcpy (ptr, "'; printf \"GRUB_ENABLE_CRYPTODISK=%s\\nGRUB_DISTRIBUTOR=%s\\n\" "
|
||||
"\"$GRUB_ENABLE_CRYPTODISK\" \"$GRUB_DISTRIBUTOR\"");
|
||||
|
||||
argv[2] = script;
|
||||
argv[3] = '\0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue