On 18 February 2010 22:02, Mike Ayers <mike_ay...@tvworks.com> wrote:
>        No, no, .bashrc is off the suspect list.  What's in ~/.bash_profile?

Ah! Yes, this is where the problem was. This is what I found in my
.bash_profile:

> if [ -e /etc/bash.bashrc ] ; then
>   source /etc/bash.bashrc
> fi
> if [ -e "${HOME}/.bashrc" ] ; then
>   source "${HOME}/.bashrc"
> fi
> if [ -d "${HOME}/bin" ] ; then
>   PATH=${HOME}/bin:${PATH}
> fi
> PATH=/cygdrive/c/Users/craig/Programming/scripts:${PATH}
> PATH=/cygdrive/c/Program Files/MiKTeX 2.7/miktex/bin:${PATH}

The last line is the guilty party, I added it by mistake and forgot to
remove it. I've deleted it, and now the message doesn't appear. It was
redundant because MiKTeX was already added to the PATH in Windows. Mea
cupla... I thought it had something to do with the shortcut I was
using becuase I hadn't seen it before.

Thanks for your help!
Craig

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/

Reply via email to