]> git.ipfire.org Git - thirdparty/grub.git/commit
Fix for escaped dollar in double quoted strings.
authorBVK Chaitanya <bvk.groups@gmail.com>
Tue, 13 Apr 2010 15:55:27 +0000 (21:25 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Tue, 13 Apr 2010 15:55:27 +0000 (21:25 +0530)
commit8c4a72d4b511d7d585878cd3eece765011da564d
tree1660721af86388d8e9f1918964085e7a07a99182
parentce44826e79a92aaf21e19580d0580d29121d2260
parentae45b7bad4a382479344d7d06d97a9132f75ab9c
Fix for escaped dollar in double quoted strings.

* script/yylex.l: Updated flex rules.
* conf/tests.rmk: Rule for new testcase.
* tests/grub_script_dollar.in: New testcase.
ChangeLog