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 47A18138350 for ; Sat, 11 Apr 2020 20:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D2F4E091C; Sat, 11 Apr 2020 20:04:31 +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 1DC34E091C for ; Sat, 11 Apr 2020 20:04:31 +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 C5D8834F081 for ; Sat, 11 Apr 2020 20:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C51E818F for ; Sat, 11 Apr 2020 20:04:27 +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: <1586634032.262764a5ff8dd64a7b5b2b810783b31eae4bfa8b.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: 262764a5ff8dd64a7b5b2b810783b31eae4bfa8b X-VCS-Branch: master Date: Sat, 11 Apr 2020 20:04:27 +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: 2bb2f34e-a8c5-428e-9379-31d10a65e1cb X-Archives-Hash: 7f9f706ce377c0efae75dce22782b9cc commit: 262764a5ff8dd64a7b5b2b810783b31eae4bfa8b Author: Mihai Donțu gmail com> AuthorDate: Sat Apr 11 15:16:55 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Apr 11 19:40:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=262764a5 defaults/initrd.scripts: minor syntax fix in bootstrapCD() Fixes 621a5e46599 ("defaults/initrd.scripts: proper b2sum missing error") Signed-off-by: Mihai Donțu gmail.com> Closes: https://bugs.gentoo.org/717102 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 b5da21a..d4b159a 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -334,7 +334,7 @@ bootstrapCD() { else bad_msg "Unable to verify isoroot_b2sums due to missing b2sums" bad_msg "Please use 'genkernel --b2sums' to generate initramfs" - if [ -z "${checkfile" ] + if [ -z "${checkfile}" ] then bad_msg "Press any key to skip ..." read -n1 -s