On 2009-05-30 21:21, Scott Haneda wrote: > I think in order to fully replicate the behavior: > # Color output > export CLICOLOR=1 > export CLICOLOR_FORCE=1 > export LSCOLORS=dxfxcxdxbxegedabagacad
Ah, it is the CLICOLOR_FORCE which causes the problem. Usually ls will not output color codes if the output does not go to a terminal, but you forced ls to do it always. I am also using CLICOLOR=1, but did not experience any problems yet. Rainer _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
