On Apr 10 12:50, Christoph Herdeg wrote: > Adding the following lines to /etc/profile to delet the variables didn't > help anything: > > TMP= > TEMP= > TMPDIR=
man bash The above doesn't remove the variables. Use unset. > The same error occured a the same place, so it's neither a solution nor > even a workaround for our problem. You should try to remove the variables *before* calling bash. /etc/profile is used by bash so it's already too late. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/