From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82402138334 for ; Mon, 29 Jul 2019 20:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C35E085E; Mon, 29 Jul 2019 20:10:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A41D6E085B for ; Mon, 29 Jul 2019 20:10:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA18E348F80 for ; Mon, 29 Jul 2019 20:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6928755 for ; Mon, 29 Jul 2019 20:10:24 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1564430427.730032d9d81c298497365feb84f8768ea5ad1231.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 730032d9d81c298497365feb84f8768ea5ad1231 X-VCS-Branch: master Date: Mon, 29 Jul 2019 20:10:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 032a1756-4672-468f-923d-bd7903fb9c4a X-Archives-Hash: a41629e1a19f7f4d11b8420218fcc281 commit: 730032d9d81c298497365feb84f8768ea5ad1231 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 28 21:36:10 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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