-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Fri, Jun 10, 2005 at 09:01:31PM +0200, Maciej ?enczykowski wrote:
i believe this is in /sbin/new-kernel-pkg in mkinitrd-4.1.18-2 on line 132:
title="$(sed 's/ release.*$//' < /etc/redhat-release) ($version)"
which IMHO should be:
title="$(sed 's/ release.*$//' < /etc/redhat-release | head -n 1) ($version)"
There is no need to use "head", since sed can handle that on its own.
Just make it 's/ release.*$//;q'. It will only process 1 line from the input file, even if 's' doesn't match anything.
- -- Rodrigo Barbosa rodrigob@suespammers.org "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)