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 5FAC41382C5 for ; Sun, 21 Mar 2021 22:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9DF8E0863; Sun, 21 Mar 2021 22:36:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 90C70E0863 for ; Sun, 21 Mar 2021 22:36:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F631335C9F for ; Sun, 21 Mar 2021 22:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B835CE for ; Sun, 21 Mar 2021 22:36:08 +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: <1616344011.28c3b424687a0e68f0ebc9f53105bcf0a5cac1bf.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.scripts X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 28c3b424687a0e68f0ebc9f53105bcf0a5cac1bf X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:36:08 +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: dd061058-3ff6-4c5c-9efd-9354735ea754 X-Archives-Hash: 574bbde69494e1224050998e366b9681 commit: 28c3b424687a0e68f0ebc9f53105bcf0a5cac1bf Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 20 17:17:43 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 21 16:26:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=28c3b424 initrd.scripts: is_debug(): Mark local variable as such Signed-off-by: Thomas Deutschmann gentoo.org> defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index d68875b..8dcb9e2 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -592,7 +592,7 @@ conf_rc_no_umounts() { } is_debug() { - is_debug=1 + local is_debug=1 if [ -f "${GK_DEBUGMODE_STATEFILE}" ] then