Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
| Navigation: |
|
Lists:
gentoo-dev:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-dev@g.o
|
|
From:
|
Jeroen Roovers <jer@g.o>
|
|
Subject:
|
Re: Re: [gentoo-commits] gentoo-x86 commit in net-misc/openvpn: ChangeLog openvpn-2.1.3.ebuild
|
|
Date:
|
Tue, 5 Oct 2010 06:20:00 +0200
|
|
On Fri, 1 Oct 2010 20:47:38 +0530
Nirbheek Chauhan <nirbheek@g.o> wrote:
> >> for i in $( ls 2>/dev/null ); do
[...]
> A nice way around this is to do the following:
>
> ls -1 | while read i; do
What pva carelessly omitted to point out was that using ls(1) is
incredibly bad bash programming, which is probably why stderr is being
redirected in this case, too. :)
jer
|
|