diff options
author | Dan McGee <dan@archlinux.org> | 2011-05-15 21:20:41 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-05-16 09:29:47 +0200 |
commit | 141fd099a6d0b5edfeb33a69c99b5f09014cd2a2 (patch) | |
tree | 7d2d1c9a2785014efb58be15ba8aa5d76c594e4f /README | |
parent | 121210bf369e15f66fcc831f2c7c212e1f3858bd (diff) | |
download | mkinitcpio-141fd099a6d0b5edfeb33a69c99b5f09014cd2a2.tar.gz mkinitcpio-141fd099a6d0b5edfeb33a69c99b5f09014cd2a2.tar.xz |
Don't print success/failure result on same line
Doing the `echo -n` call causes the shell to line-buffer the output
anyway, meaning one doesn't see the first part until 'SUCCESS' or
'FAILURE' is printed. This means the last message on the screen is
'Generating module dependencies' when in fact we are actually generating
the image, which can take a lot of time when XZ, etc. are used.
Print the status on two lines, ensuring buffering is not causing
problems with out output.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions