[68792] trunk/dports/lang/python26
Ryan Schmidt
ryandesign at macports.org
Mon Jun 14 08:12:27 PDT 2010
On Jun 13, 2010, at 20:58, Bryan Blackburn wrote:
> On Sun, Jun 13, 2010 at 08:41:53PM -0500, Ryan Schmidt said:
>>
>
>> On Jun 13, 2010, at 15:49, blb at macports.org wrote:
>>
>>> + if {[catch {exec grep "^TK_LIBS.*X11" ${prefix}/lib/tkConfig.sh > /dev/null 2>@1} results options]} {
>>
>> That ought to be "2>&1" not "2>@1", right?
>
> Not in Tcl's exec, where @ is used for file id's instead of &. See 'man n
> exec' for all the gory details...
How surprising! Thanks for pointing that out to me. I would never have known.
More information about the macports-dev
mailing list