Allan Odgaard wrote:
On 3 Jun 2009, at 22:07, Juho Makkonen wrote:
[...] if [ -x /usr/libexec/path_helper ]; then eval `/usr/libexec/path_helper -s` fi
With a long PATH this one can take a _loooong_ time to execute (I filed a performance bug against it), try disable/comment it.
This solved the problem, thanks! What is the point in those lines anyway, does commenting them cause any problems?
-juho