[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: r72381 - trunk/src/debian-edu-install



Hi,

On Freitag, 31. Dezember 2010, pere@alioth.debian.org wrote:
> New Revision: 72381
> +    for iface in $(ip -o link | grep '^.: eth'|cut -d: -f2) ; do

This doesnt work on my laptop:

$ ip -o link | grep '^.: eth'
$ ip -o link | grep '^..: eth'|cut -d: -f-2
66: eth0
$

So I'd suggest to use grep '^[0-9]+: eth' or such instead.


cheers,
	Holger

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: