Follow-up Comment #2, bug #33460 (project grub):

to clarify, the problem is that would-be-old versions would silently perform a
different behaviour.

some more suggestions for alternatives:

menuentry testentry -p arg1 arg2 arg3 { echo $1 $2 $3; sleep 1; }

(the -p causes would-be-old versions to fail with an error. could use some
other option, like "---".)

menuentry testentry { echo $1 $2 $3; sleep 1; } arg1 arg2 arg3

(the syntax causes would-be-old versions to fail with an error)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33460>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to