From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MZedu-00050v-N1 for mharc-grub-devel@gnu.org; Sat, 08 Aug 2009 01:38:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZeds-0004z4-2n for grub-devel@gnu.org; Sat, 08 Aug 2009 01:38:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZedn-0004xf-Co for grub-devel@gnu.org; Sat, 08 Aug 2009 01:38:55 -0400 Received: from [199.232.76.173] (port=56476 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZedn-0004xb-5F for grub-devel@gnu.org; Sat, 08 Aug 2009 01:38:51 -0400 Received: from c60.cesmail.net ([216.154.195.49]:58899) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MZedm-0003p4-IE for grub-devel@gnu.org; Sat, 08 Aug 2009 01:38:50 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 08 Aug 2009 01:38:46 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 49EDF34C6D for ; Sat, 8 Aug 2009 01:51:44 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090807120529.GB7428@thorin> References: <20090804191940.GA14747@thorin> <20090807120529.GB7428@thorin> Content-Type: text/plain Date: Sat, 08 Aug 2009 01:38:43 -0400 Message-Id: <1249709923.28996.35.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] make 10_linux' test_gt() a bit more generic X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2009 05:38:56 -0000 On Fri, 2009-08-07 at 14:05 +0200, Robert Millan wrote: > > Committed. Also moved those functions to grub-mkconfig_lib.in. When comparing vmlinuz-2.6.31-rc4-wl and vmlinuz-2.6.31-rc5-wl, version_test_gt() ends up comparing "wl" and "wl". Using the "g" modifier leads to the replacement being applied continuously until the last minus is consumed. The use of "g" wasn't warranted before, but it didn't have such effect. I'm committing the fix. -- Regards, Pavel Roskin