Avoid use of non-portable echo -n in grub-mkconfig
util/grub-mkconfig_lib.in(version_test_gt): "echo -n" is not really needed, final newline is stripped by command substitution. util/grub.d/10_kfreebsd.in, util/grub.d/10_linux.in, util/grub.d/20_linux_xen.in: change how list is built, to avoid echo -n completely. util/grub.d/30_os-prober.in: add spaces to printed line directly Closes 43668.
This commit is contained in:
parent
06eadf5ebf
commit
cdae5bf208
6 changed files with 36 additions and 19 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2014-12-07 Andrei Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* util/grub-mkconfig_lib.in (version_test_gt): Remove redundant
|
||||
non-portable '-n' echo option.
|
||||
* util/grub.d/10_kfreebsd.in: Change how list is built to avoid
|
||||
non-portable 'echo -n.
|
||||
* util/grub.d/10_linux.in: Likewise (closes 43668).
|
||||
* util/grub.d/20_linux_xen.in: Likewise.
|
||||
* util/grub.d/30_os-prober.in: Print spaces directly to avoid
|
||||
non-portable 'echo -n'.
|
||||
|
||||
2014-12-07 Curtis Larsen <larsen@dixie.edu>
|
||||
|
||||
* grub-core/net/tcp.c (grub_net_recv_tcp_packet): Fix double
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue