* util/grub-mkconfig.in: Add missing newline to output.
This commit is contained in:
parent
78b2b0a1a0
commit
fe4ae21331
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-12-09 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* util/grub-mkconfig.in: Add missing newline to output.
|
||||||
|
|
||||||
2013-12-08 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/ia64/efi/init.c (grub_arch_sync_caches): Move to ...
|
* grub-core/kern/ia64/efi/init.c (grub_arch_sync_caches): Move to ...
|
||||||
|
|
|
@ -267,6 +267,7 @@ if test "x${grub_cfg}" != "x" ; then
|
||||||
Ensure that there are no errors in /etc/default/grub
|
Ensure that there are no errors in /etc/default/grub
|
||||||
and /etc/grub.d/* files or please file a bug report with
|
and /etc/grub.d/* files or please file a bug report with
|
||||||
%s file attached." "${grub_cfg}.new" >&2
|
%s file attached." "${grub_cfg}.new" >&2
|
||||||
|
echo >&2
|
||||||
else
|
else
|
||||||
# none of the children aborted with error, install the new grub.cfg
|
# none of the children aborted with error, install the new grub.cfg
|
||||||
mv -f ${grub_cfg}.new ${grub_cfg}
|
mv -f ${grub_cfg}.new ${grub_cfg}
|
||||||
|
|
Loading…
Reference in a new issue