[Bug 146500] Re: bash ignoring $PATH?

2009-11-04 Thread Raphael Das Gupta
oops, disregard my comment above. $> PATH="/usr/lib/ccache:${PATH}" which gcc /usr/lib/ccache/gcc so this works in ubuntu, too. (Installation path of the ccache wrappers is just slightly different from the one in gentoo, which I didn't notice at first.) $> VARIABLE='value' echo $VARIABLE

[Bug 146500] Re: bash ignoring $PATH?

2009-10-12 Thread Raphael Das Gupta
OK, I'm not really sure if I got the same problem that TMorgan99 was having, but it looks similar enough, so I'll comment here: I'm trying to use ccache and have installed it via `apt-get install ccache'. I'd like to use it on a by-invocation basis, rather than default to it either system wide o