Gentoo Archives: gentoo-devhelp

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-devhelp@l.g.o
Subject: Re: [gentoo-devhelp] Re: package.env files error: unexpected EOF while looking for matching `}'
Date: Sun, 03 Jun 2012 18:25:48
Message-Id: 4FCBAC22.6000007@orlitzky.com
In Reply to: [gentoo-devhelp] Re: package.env files error: unexpected EOF while looking for matching `}' by Nikos Chantziaras
1 On 06/03/12 11:58, Nikos Chantziaras wrote:
2 > On 03/06/12 18:03, Michael Orlitzky wrote:
3 >>
4 >> Looks like you're getting the make.conf-like parser instead of the
5 >> bashrc one.
6 >
7 > Simple assignment is the *only* thing that parser can do?
8 >
9
10 I think it can do a little bit more, but not much. It's using Python's
11 shlex module, and then checking for specific cases.
12
13 It can handle simple variable substitution, it looks like. And maybe
14 sourcing and 'export'. But that's about it.