This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Setting CHERE_INVOKING=1 does not work because of case mismatch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]