Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Mon, 29 Jul 2019 20:10:32
Message-Id: 1564430427.730032d9d81c298497365feb84f8768ea5ad1231.whissi@gentoo
1 commit: 730032d9d81c298497365feb84f8768ea5ad1231
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 28 21:36:10 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 20:00:27 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=730032d9
7
8 genkernel: Fix output when $KV has changed
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 genkernel | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/genkernel b/genkernel
16 index e405a95..31f994e 100755
17 --- a/genkernel
18 +++ b/genkernel
19 @@ -233,9 +233,9 @@ then
20
21 old_KV=$(cat "${TEMP}/.old_kv")
22 print_info 1 "$(get_indent 1)>> Kernel version has changed (probably due to config change) since genkernel start:"
23 - print_info 1 "$(get_indent 1)>> We are now building Linux kernel ${BOLD}${KV}${NORMAL} for ${BOLD}${ARCH}${NORMAL} ..."
24 + print_info 1 "$(get_indent 1) We are now building Linux kernel ${BOLD}${KV}${NORMAL} for ${BOLD}${ARCH}${NORMAL} ..."
25 else
26 - print_info 2 "$(get_indent 1)>> Kernel version has not changed since genkernel start."
27 + print_info 2 "$(get_indent 1)>> Kernel version has not changed since genkernel start"
28 fi
29
30 compile_kernel