]> git.ipfire.org Git - thirdparty/grub.git/commit
Not command (!) support to GRUB script.
authorbvk.groups@gmail.com <>
Wed, 8 Sep 2010 03:51:02 +0000 (09:21 +0530)
committerbvk.groups@gmail.com <>
Wed, 8 Sep 2010 03:51:02 +0000 (09:21 +0530)
commit058e30ac09fac70445215292cac73a10a9e387cc
tree2f369ae6f298bfb3ccf357b65a1c88b08967110d
parentb61d05ed19c4877bff2faf3103b72c5e034a379a
parenta0b5f6bcb11da5d6383564c1e8fc78201be6f728
Not command (!) support to GRUB script.

* tests/grub_script_not.in: New test.
* Makefile.util.def: Rules for new test.

* grub-core/script/execute.c (grub_script_execute_cmdline): Handle
! command as a special case.
* grub-core/script/yylex.l (GRUB_PARSER_TOKEN_NOT): Removed.
ChangeLog
grub-core/script/execute.c