mirror of
https://git.proxmox.com/git/grub2
synced 2026-01-23 00:50:46 +00:00
* normal/execute.c (grub_script_exec_argument_to_string): Check for undefined variable. (grub_script_execute_cmdline): Reset grub_errno. * normal/main.c (read_config_file): Reset grub_errno. * normal/parse.y (script_init): New. (script): Move function and menuentry here. (delimiter): New. (command): Add delimiter at the end of command. (commands): Adjust to match the new command. (commandblock): Remove grub_script_lexer_record_start. (menuentry): Add grub_script_lexer_record_start, use the new commands. (if): Use the new commands. * conf/common.rmk (pkgdata_MODULES): Add echo.mod. |
||
|---|---|---|
| .. | ||
| i386 | ||
| powerpc | ||
| sparc64 | ||
| arg.c | ||
| cmdline.c | ||
| color.c | ||
| command.c | ||
| completion.c | ||
| execute.c | ||
| function.c | ||
| lexer.c | ||
| main.c | ||
| menu_entry.c | ||
| menu.c | ||
| misc.c | ||
| parser.y | ||
| script.c | ||