> From: Eric Blake > Sent: Wednesday, December 13, 2006 9:25 AM > To: cygwin@cygwin.com > Subject: Re: bash.exe: warning: could not find /tmp, please create! > > <snip> > Yes, it is annoying that when /tmp is not mounted, and / does not contain > a physical subdirectory named tmp, that bash refuses to start. I'll > consider ripping that out of bash, since it was an upstream chunk of code > protected by __CYGWIN__ (ie. someone in the distant past, before I was > maintainer, thought that such a cygwin-specific patch would be useful), > and replacing it with mkdir("/tmp") instead. Then the failure would only > be if /tmp cannot be created, rather than that it did not exist. > <snip>
I'm curious if Eric intends to reference /tmp directly, as opposed to recognizing environment variable TMPDIR, if defined? --Ken Nellis -- 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/