shift command support

This commit is contained in:
BVK Chaitanya 2010-05-07 10:08:09 +05:30
parent 7897070571
commit e9efa0fe36
7 changed files with 121 additions and 3 deletions

View file

@ -57,6 +57,14 @@ grub_refresh (void)
fflush (stdout);
}
grub_err_t
grub_script_cmd_shift (grub_command_t cmd __attribute__((unused)),
int argc __attribute__((unused)),
char *argv[] __attribute__((unused)))
{
return 0;
}
char *
grub_script_execute_argument_to_string (struct grub_script_arg *arg __attribute__ ((unused)))
{