commit:     86e2bffaaffe96728ab16d6533e7844042416a0f
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  8 01:50:28 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 01:50:28 2017 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=86e2bffa

and in the worlds longest test cycle, one missing double quote

 defaults/initrd.scripts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index 73e9bac..eb75d93 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1784,7 +1784,7 @@ strip_mount_options()
 }
 
 checkzconfig() {
-  if [ -r "/proc/config.gz ]; then
+  if [ -r "/proc/config.gz" ]; then
     if zcat /proc/config.gz | grep -E 'CONFIG_${1}=(m|y)' 1>/dev/null;
     then
      return 0

Reply via email to