* grub-core/commands/wildcard.c (match_files): Handle filenames

without explicit device.
	(wildcard_expand): Don't add explicit device if not already present.
	* tests/grub_script_echo1.in: Add a new expansion test.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-24 13:34:36 +01:00
parent 87edb8940a
commit f8a9ab1245
3 changed files with 19 additions and 22 deletions

View file

@ -1,3 +1,10 @@
2012-01-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/wildcard.c (match_files): Handle filenames
without explicit device.
(wildcard_expand): Don't add explicit device if not already present.
* tests/grub_script_echo1.in: Add a new expansion test.
2012-01-24 Vladimir Serbinenko <phcoder@gmail.com>
Replace single-linked with double-linked lists. It results in more