From: Jesper Juhl Date: Fri, 20 Jul 2007 00:49:23 +0000 (+0200) Subject: kbuild: fix up printing of Linux C Library version in scripts/ver_linux X-Git-Tag: v2.6.23-rc2~266^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a645d5ea65baaa5736bcb566673bf4a351b2ad8;p=pandora-kernel.git kbuild: fix up printing of Linux C Library version in scripts/ver_linux I noticed, when running scripts/ver_linux on both a Gentoo system and a Slackware system, that the line printing the C library version looked a little odd. So I fixed it up to be in line with all the rest. Old output: Linux C Library > libc.2.5 New output: Linux C Library 2.5 Signed-off-by: Jesper Juhl Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed