* tests/grub_script_return.in: New test.
* Makefile.util.def: Rules for new test.
* grub-core/script/execute.c (grub_script_return): New function.
* grub-core/script/main.c: Register/unregister return commaond.
* include/grub/script_sh.h (grub_script_return): New prototype.
++2010-09-04 BVK Chaitanya <bvk.groups@gmail.com>
++
++ "return" command for GRUB script functions.
++
++ * tests/grub_script_return.in: New test.
++ * Makefile.util.def: Rules for new test.
++
++ * grub-core/script/execute.c (grub_script_return): New function.
++ * grub-core/script/main.c: Register/unregister return commaond.
++ * include/grub/script_sh.h (grub_script_return): New prototype.
++
2010-09-04 BVK Chaitanya <bvk.groups@gmail.com>
"setparams" command to update positional parameters.