From: Richard Dawe Newsgroups: comp.os.msdos.djgpp Subject: Re: perl testing Date: Thu, 10 Apr 2003 23:59:27 +0100 Lines: 19 Message-ID: <3E95F74F.A50FD8E0@phekda.freeserve.co.uk> References: <3E953319 DOT 397195E4 AT phekda DOT freeserve DOT co DOT uk> <3E95B84F DOT 669E2AC4 AT phekda DOT freeserve DOT co DOT uk> <7rkla.10742$id DOT 522629 AT news20 DOT bellglobal DOT com> NNTP-Posting-Host: 62.136.43.200 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news7.svr.pol.co.uk 1050015849 10989 62.136.43.200 (10 Apr 2003 23:04:09 GMT) NNTP-Posting-Date: 10 Apr 2003 23:04:09 GMT X-Complaints-To: abuse AT theplanet DOT net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. Ian wrote: > You are right when I do env bash tells me that the shell is command > .com. I'll have to look up my bash book to change that in bashrc or > somewhere. The appropriate magic for DJGPP is: export SHELL=/dev/env/DJDIR/bin/bash.exe I don't recommend putting this in your start-up files. It's not the default shell for DJGPP and it could hide problems. On the other hand, it may make your life simpler. ;) Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]