On Wed, Oct 03, 2007 at 09:05:43AM +0200, Geert Uytterhoeven wrote: > On Wed, 3 Oct 2007, Ralf Baechle wrote: > > Anyway, queued for 2.6.24. That is if 2.6.23 is ever released ;-) > > Any scripts relying on -rcX being single-digit? ;-) if ($tag =~ /linux-([0-9]+\.[0-9]).*-.*/) { $final = "/pub/linux/mips/kernel/v$1/testing/$tag.tar.gz"; } elsif ($tag =~ /linux-([0-9]+\.[0-9])/) { $final = "/pub/linux/mips/kernel/v$1/$tag.tar.gz"; No :-) Ralf