bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11256: make check problems with coreutils 8.16 and earlier


From: Paul Eggert
Subject: bug#11256: make check problems with coreutils 8.16 and earlier
Date: Mon, 16 Apr 2012 12:41:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 04/16/2012 10:48 AM, Tim Mooney wrote:
> I build my PATH from scratch in my .bashrc, rather than inheriting it from
> the system defaults.  I'm guessing this is what's causing the test
> failures.

Yes, that sounds like that's the problem.

In general, one cannot put arbitrary computation into .bashrc, as
that messes things up.  For example, it's a bad idea to put
'echo xxx' into .bashrc.

Shouldn't PATH-building be in .profile, not in .bashrc?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]