* grub-core/script/execute.c (grub_script_arglist_to_argv): Move

append out of its parent.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-03 15:26:29 +01:00
parent cb758e96cc
commit 73b5d90fe2
2 changed files with 32 additions and 26 deletions

View file

@ -1,3 +1,8 @@
2013-03-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/execute.c (grub_script_arglist_to_argv): Move
append out of its parent.
2013-03-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/regexp.c (set_matches): Move setvar out of its