Message-ID: <3970CE2E.863C55F6@softhome.net> Date: Sat, 15 Jul 2000 22:48:46 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com CC: Eli Zaretskii , snowball3 AT bigfoot DOT com Subject: Re: Bash 2.04 beta 5 released References: <39703248 DOT FD59C4 AT softhome DOT net> (message from Laurynas Biveinis on Sat, 15 Jul 2000 11:43:36 +0200) <39703180 DOT 10569 DOT DCA88 AT localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com "Mark E." wrote: > Lauryanis, I suggest downloading the latest version I uploaded a few days > ago. I added some code so a perror generated message is printed when removal > of the tmp file fails for some reason. The problem is not present there. But I'm not satisfied - I'm still not sure that it was a problem in bash and not libc. Just looking into the diff between those two betas doesn't say to me, what could fix/paper over/workaround this problem. The closest wild guess I could make is -#if defined (__MSDOS__) - if (fildes[0] >= 0) - { - close (fildes[0]); - fildes[0] = -1; - } - if (fildes[1] >= 0) - { - close (fildes[1]); - fildes[1] = -1; - } -#else ...and similar stuff with manipulating fildes. Any suggestions? BTW, check out manifest/bsh204b.mft in binary distribution. You will be surprised ;) Laurynas