Sender: nate AT cartsys DOT com Message-ID: <3612F139.651464C1@cartsys.com> Date: Wed, 30 Sep 1998 20:04:25 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: Olivier Perron CC: djgpp AT delorie DOT com Subject: Re: /dev/null problems with bash when rebuild from sources References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Olivier Perron wrote: > > Some weeks ago I had to rebuild bash from sources because of the > dpmi_yield bug. (You remember Eli ?). > With that version of bash, if I type: echo "foo" >/dev/null > I have following error: bash: /dev/null: No such file or directory > (ENOENT) > > With the stock binary of bsh1147b.zip, there is no error. > > Any ideas why I have this error ? I haven't thought much about the possible causes of this, but you might try using the latest patched libc from my site and rebuilding again. One of the patches introduced a bug which is now fixed. I'm not sure offhand if it is related, but it might be worth a try. As a workaround, you can probably use `/dev/nul' (one 'l'). -- Nate Eldredge nate AT cartsys DOT com