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 9E30213835A for ; Sun, 30 Aug 2020 21:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B4BE0B0F; Sun, 30 Aug 2020 21:12:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BFCB6E0B0F for ; Sun, 30 Aug 2020 21:12:01 +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 78D1233BEFE for ; Sun, 30 Aug 2020 21:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8B752FD for ; Sun, 30 Aug 2020 21:11:58 +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: <1598821631.4e42cbc5bcf0d4ed6558c90d09d8c3421d9d11d1.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4e42cbc5bcf0d4ed6558c90d09d8c3421d9d11d1 X-VCS-Branch: master Date: Sun, 30 Aug 2020 21:11:58 +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: ebf78ffa-fc43-4eb1-9058-7023e62c8283 X-Archives-Hash: 5bebb6f63573871138c99773936da3df commit: 4e42cbc5bcf0d4ed6558c90d09d8c3421d9d11d1 Author: Karlson2k (Evgeny Grin) narod ru> AuthorDate: Sun Aug 30 17:38:55 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 30 21:07:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4e42cbc5 defaults/linuxrc: fix typo Signed-off-by: Karlson2k (Evgeny Grin) narod.ru> Closes: https://github.com/gentoo/genkernel/pull/19 Signed-off-by: Thomas Deutschmann gentoo.org> defaults/linuxrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index e96b637..bab54e1 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -2,7 +2,7 @@ # shellcheck source=initrd.defaults . /etc/initrd.defaults -# shellche2ck source=initrd.scripts +# shellcheck source=initrd.scripts . /etc/initrd.scripts # shellcheck source=/dev/null