Re: [ccache] ccache does not recognize environment variables under Fish shell

2014-08-19 Thread Andrew Stubbs
On 19/08/14 01:35, Martín Cigorraga wrote: I already set CCACHE_DIR to use my tmpfs /tmp/ccache directory: ~ echo $CCACHE_DIR /tmp/ccache You need to export the variable before it can be seen by programs other than your shell. I'm not familiar with fish shell, but there's a tutorial here:

Re: [ccache] ccache does not recognize environment variables under Fish shell

2014-08-19 Thread Martín Cigorraga
On Tue, Aug 19, 2014 at 6:22 AM, Andrew Stubbs a...@codesourcery.com wrote: On 19/08/14 01:35, Martín Cigorraga wrote: I already set CCACHE_DIR to use my tmpfs /tmp/ccache directory: ~ echo $CCACHE_DIR /tmp/ccache You need to export the variable before it can be seen by programs other