bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #33460] please shift menuentry params


From: Ximin Luo
Subject: [bug #33460] please shift menuentry params
Date: Thu, 02 Jun 2011 09:50:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20110327 Firefox/4.0 Iceweasel/4.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]