reuse code from legacy parser

This commit is contained in:
BVK Chaitanya 2010-11-19 19:08:44 +05:30
parent 7e623b0d74
commit f866fe808b
5 changed files with 45 additions and 35 deletions

View file

@ -4,6 +4,13 @@
* grub-core/commands/menuentry.c (setparams_prefix): Use single
quotes for arguments.
* grub-core/lib/legacy_parse.c (grub_legacy_escape): Use
grub_script_escape_squotes function instead.
* include/grub/script_sh.h (grub_script_escape_squotes): New
prototype.
* grub-core/script/script.c (grub_script_escape_squotes): New
function.
2010-11-18 Vladimir Serbinenko <phcoder@gmail.com>