commit:     730032d9d81c298497365feb84f8768ea5ad1231
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 21:36:10 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 20:00:27 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=730032d9

genkernel: Fix output when $KV has changed

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 genkernel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/genkernel b/genkernel
index e405a95..31f994e 100755
--- a/genkernel
+++ b/genkernel
@@ -233,9 +233,9 @@ then
 
                old_KV=$(cat "${TEMP}/.old_kv")
                print_info 1 "$(get_indent 1)>> Kernel version has changed 
(probably due to config change) since genkernel start:"
-               print_info 1 "$(get_indent 1)>> We are now building Linux 
kernel ${BOLD}${KV}${NORMAL} for ${BOLD}${ARCH}${NORMAL} ..."
+               print_info 1 "$(get_indent 1)   We are now building Linux 
kernel ${BOLD}${KV}${NORMAL} for ${BOLD}${ARCH}${NORMAL} ..."
        else
-               print_info 2 "$(get_indent 1)>> Kernel version has not changed 
since genkernel start."
+               print_info 2 "$(get_indent 1)>> Kernel version has not changed 
since genkernel start"
        fi
 
        compile_kernel

Reply via email to