I added a ' # for -rc6' after 'kver=4.10 extra=' in deblob-4.10, and
that caused deblob-main to reject it. It should have worked. Fixed.
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@13540
559672b5-ba27-0410-b829-
e8f1faed8b1b
#! /bin/sh
-# Copyright (C) 2008-2016 Alexandre Oliva <lxoliva@fsfla.org>
+# Copyright (C) 2008-2017 Alexandre Oliva <lxoliva@fsfla.org>
# This program is part of GNU Linux-libre, a GNU project that
# publishes scripts to clean up Linux so as to make it suitable for
fi
x1="kver=$mver extra=$extra"
-x2=`grep "^kver=[^ ]* extra=" $deblob`
+x2=`grep "^kver=[^ ]* extra=" $deblob | sed 's, *#.*,,'`
if test "$x1" = "$x2"; then
:
else