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 60A3A138335 for ; Sat, 23 Mar 2019 09:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76A6EE09F4; Sat, 23 Mar 2019 09:52:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 53372E09F1 for ; Sat, 23 Mar 2019 09:52:46 +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 1443C335D07 for ; Sat, 23 Mar 2019 09:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF2C757C for ; Sat, 23 Mar 2019 09:52:41 +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: <1553328377.3376314d1ce344c7d3649314a6f8d46d813115de.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_cmdline.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3376314d1ce344c7d3649314a6f8d46d813115de X-VCS-Branch: master Date: Sat, 23 Mar 2019 09:52:41 +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: ae430893-a3b5-45f1-a2f8-0eee31b493e3 X-Archives-Hash: c732b46bc117332d7e66737a130d0d77 commit: 3376314d1ce344c7d3649314a6f8d46d813115de Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 23 01:59:25 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 23 08:06:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3376314d Fix "--[no-]debug-cleanup" parameter debug output Signed-off-by: Thomas Deutschmann gentoo.org> gen_cmdline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index b7bd212..6388e93 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -565,7 +565,7 @@ parse_cmdline() { ;; --debug-cleanup|--no-debug-cleanup) CMD_DEBUGCLEANUP=`parse_optbool "$*"` - print_info 2 "DEBUGCLEANUP: ${DEBUGCLEANUP}" + print_info 2 "CMD_DEBUGCLEANUP: ${CMD_DEBUGCLEANUP}" ;; --logfile=*) CMD_LOGFILE="${*#*=}"