develooper Front page | perl.perl5.porters | Postings from September 2011

[perl #93638] Incorrect entry in $LS_COLORS causes glob() failures

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
September 16, 2011 14:52
Subject:
[perl #93638] Incorrect entry in $LS_COLORS causes glob() failures
Message ID:
rt-3.6.HEAD-31297-1316209920-727.93638-15-0@perl.org
On Wed Jun 29 02:32:33 2011, nicholas wrote:
> or whether the code to invoke csh should clean out %ENV after forking.

Now fixed with commit a3342be in a very similar way: An effective ‘local
%ENV’ is done before the fork, since that was easier than changing the
open(...) call to fork/exec (and how would you do the latter on Windows
anyway?).



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About