On 09/06/07, Bean <[EMAIL PROTECTED]> wrote:
I try the following command:

set AA=1
set BB=$AA

Taking a quick look at command.c where the "set" command is defined,
it doesn't look like that feature is implemented. Even in grub_env_set
in env.c it isn't implemented.

I'm willing to implement this feature... Where do you, devs, think
this would be better suited? In the set command, or in the
grub_env_set function?


then type set, it shows:

AA=1
BB=

should the value of BB be 1 ?

BTW, i notice that echo.c exists, but no echo.mod is generated.

Because echo is such a "core" command it is built right into the kernel AFAIK...

Cheers!

--
Alex Roman <[EMAIL PROTECTED]>


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to