Add function to get completions from usage.

* util/bash-completion.d/grub-completion.bash.in: Add function to get
    completions from usage. Use LC_ALL=C to get options properly.
This commit is contained in:
Yves Blusseau 2010-09-15 11:46:16 +02:00
parent 2e04a00685
commit 2b94e3ff6e
3 changed files with 37 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2010-09-15 Yves Blusseau <blusseau@zetam.org>
Add function to get completions from usage.
* util/bash-completion.d/grub-completion.bash.in: Add function to get
completions from usage. Use LC_ALL=C to get options properly.
2010-09-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/gnulib/basename-lgpl.c: Imported.