Le mar 05 fév 2008 à 23:11:52 +0100, Robert Millan a écrit : > On Tue, Feb 05, 2008 at 10:34:09PM +0100, Alexandre Boeglin wrote: > > - "--" handling is trivial, I think this can be commited. > > Please can you add a follow-up in the relevant thread(s) ? I get easily > confused in this gazillon of mails. Not to mention those who check the > list less frequently...
This was just a one line fix: Index: normal/arg.c =================================================================== RCS file: /sources/grub/grub2/normal/arg.c,v retrieving revision 1.7 diff -u -p -r1.7 arg.c --- normal/arg.c 21 Jul 2007 23:32:28 -0000 1.7 +++ normal/arg.c 18 Nov 2007 15:12:05 -0000 @@ -313,7 +313,7 @@ grub_arg_parse (grub_command_t cmd, int if (grub_strlen (arg) == 2) { for (curarg++; curarg < argc; curarg++) - if (add_arg (arg) != 0) + if (add_arg (argv[curarg]) != 0) goto fail; break; } _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel