Date: Mon, 28 Sep 1998 11:47:37 +0200 (MET DST) From: Olivier Perron X-Sender: perron AT rtbsci146s To: djgpp AT delorie DOT com Subject: /dev/null problems with bash when rebuild from sources Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 ? Olivier.