* grub-core/commands/wildcard.c (make_regex): Escape brackets.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-12 20:15:30 +02:00
parent 84fb3b3d73
commit d8a84076ea
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/wildcard.c (make_regex): Escape brackets.
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/ls.c (grub_cmd_ls): Accept multiple files.