Gentoo Archives: gentoo-amd64

From: Frank Peters <frank.peters@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Python-updater line 415 error
Date: Mon, 03 Aug 2009 05:59:56
Message-Id: 20090803015921.f5bf0afd.frank.peters@comcast.net
In Reply to: Re: [gentoo-amd64] Python-updater line 415 error by Lance Lassetter
1 On Sun, 02 Aug 2009 23:42:38 -0500
2 Lance Lassetter <lancelassetter@×××××.com> wrote:
3
4 >
5 > ran python-updater yesterday and worked fine. upgraded from 2.5 to 2.6.
6 > i had to run it twice though to catch everything.
7 >
8
9 Could you open a terminal (xterm or rxvt) and execute the following
10 command:
11
12 cd /etc && FOO="$(cat < <(ls -a /etc | grep mtab))" && echo $FOO
13
14 Does this produce an error?
15
16 What about this command:
17
18 cd /etc && FOO="$(cat < $(ls -a /etc | grep mtab))" && echo $FOO
19
20 Frank Peters

Replies

Subject Author
Re: [gentoo-amd64] Python-updater line 415 error Lance Lassetter <lancelassetter@×××××.com>