Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:overlayfs commit in: defaults/
Date: Tue, 08 Aug 2017 01:50:45
Message-Id: 1502157028.86e2bffaaffe96728ab16d6533e7844042416a0f.zerochaos@gentoo
1 commit: 86e2bffaaffe96728ab16d6533e7844042416a0f
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 01:50:28 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 01:50:28 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=86e2bffa
7
8 and in the worlds longest test cycle, one missing double quote
9
10 defaults/initrd.scripts | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
14 index 73e9bac..eb75d93 100644
15 --- a/defaults/initrd.scripts
16 +++ b/defaults/initrd.scripts
17 @@ -1784,7 +1784,7 @@ strip_mount_options()
18 }
19
20 checkzconfig() {
21 - if [ -r "/proc/config.gz ]; then
22 + if [ -r "/proc/config.gz" ]; then
23 if zcat /proc/config.gz | grep -E 'CONFIG_${1}=(m|y)' 1>/dev/null;
24 then
25 return 0