In current cygwin (just updated) I need to downcase the test for
CHERE_INVOKING in .profile to make it work, i.e. it need to look like:

  if [ ! -z "${chere_invoking}" ]; then
        unset CHERE_INVOKING
  else
        cd "${HOME}"
  fi

This is on Windows XP.

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

Reply via email to