From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MXqaS-0007Rr-QL for garchives@archives.gentoo.org; Mon, 03 Aug 2009 05:59:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74016E04FB; Mon, 3 Aug 2009 05:59:55 +0000 (UTC) Received: from QMTA12.emeryville.ca.mail.comcast.net (qmta12.emeryville.ca.mail.comcast.net [76.96.27.227]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BEA0E04FB for ; Mon, 3 Aug 2009 05:59:55 +0000 (UTC) Received: from OMTA23.emeryville.ca.mail.comcast.net ([76.96.30.90]) by QMTA12.emeryville.ca.mail.comcast.net with comcast id Phrh1c0011wfjNsAChzvdz; Mon, 03 Aug 2009 05:59:55 +0000 Received: from ajax.firstbooks ([68.42.187.112]) by OMTA23.emeryville.ca.mail.comcast.net with comcast id Pi301c0062Rw5448ji31ac; Mon, 03 Aug 2009 06:03:01 +0000 Date: Mon, 3 Aug 2009 01:59:21 -0400 From: Frank Peters To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Python-updater line 415 error Message-Id: <20090803015921.f5bf0afd.frank.peters@comcast.net> In-Reply-To: <1249274558.5149.12.camel@localhost> References: <20090803003643.31db32ad.frank.peters@comcast.net> <1249274558.5149.12.camel@localhost> X-Mailer: Sylpheed 2.7.0 (GTK+ 2.16.5; x86_64-unknown-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: a7421da2-0cae-4015-ae8e-38c31c3e6554 X-Archives-Hash: f5301e9ed1a1c07948a95abc54192981 On Sun, 02 Aug 2009 23:42:38 -0500 Lance Lassetter wrote: > > ran python-updater yesterday and worked fine. upgraded from 2.5 to 2.6. > i had to run it twice though to catch everything. > Could you open a terminal (xterm or rxvt) and execute the following command: cd /etc && FOO="$(cat < <(ls -a /etc | grep mtab))" && echo $FOO Does this produce an error? What about this command: cd /etc && FOO="$(cat < $(ls -a /etc | grep mtab))" && echo $FOO Frank Peters