Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: vapier@g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-portage/genlop: ChangeLog genlop-0.30.8.ebuild
Date: Thu, 27 Sep 2007 11:15:09
Message-Id: 18171.36326.876806.152226@a1ihome1.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-portage/genlop: ChangeLog genlop-0.30.8.ebuild by Mike Frysinger
1 >>>>> On Thu, 27 Sep 2007, Mike Frysinger wrote:
2
3 > how about this:
4 > [...]
5 > + | (OFS=${IFS} IFS=$'\n'; while read -r n ; do (IFS=${OFS}; eerror "
6 > ${n}") ; done)
7
8 This is rather ugly. These IFS games are to allow for leading
9 whitespace, right?
10
11 Can't you do something like "xargs -d'\n' -n1 eerror"?
12
13 Ulrich
14 --
15 gentoo-dev@g.o mailing list

Replies