On Oct 11, 2012 11:54 PM, "Nicolas Richard" <theonewiththeevill...@yahoo.fr>
wrote:
>
> Pandu Poluan <pa...@poluan.info> writes:
> > A bit desperate, but try :
> >
> > grep -R "texlive/2011" /etc/*
>
> I tried that already
>
> youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 /etc
>
> youngfrog@geodiff-mac3 ~ $ sudo grep -r texlive/2011 ~root
> /root/.bash_history:cd /usr/local/texlive/2011
> /root/.bash_history:grep texlive/2011 * -r
> /root/.bash_history:grep texlive/2011 . -r
> /root/.bash_history:grep texlive/2011 .* -r
>
> --
> N.
>
>

Hmmmmmm....

Maybe it's building the PATH not explicitly... something like :

PATH="$PATH;/usr/local/texlive/$SOME_VARIABLE/and/so/forth"

Try grepping for "texlive/\$"

Rgds,

Reply via email to