Message-Id: <199901260020.AAA225886@out2.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 25 Jan 1999 19:21:13 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: new version of bash 2.02.1 uploaded X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com Available from http://members.xoom.com/snowball3/djgpp/ : I've uploaded new versions of the bash binary and source of files modified from the official version. To save upload time, the source consists of those files changes from the official GNU distribution. Unarchive the GNU Bash 2.02.1 distribution, then unarchive the modified files. The makefiles, etc. are already included so all you have to do is type 'bash build.sh'. Changes: If a search for a program in the /bin/ or /usr/ directory fails, it is then searched for in the PATH. While this was true when a #! /bin/sh was encountered in a script, this is now true of all file searches. Redirected output is now opened in binary mode instead of text mode. This is to (hopefully) prevent mixed EOL styles that confuse Bash with libtool, etc. generated files. Mark --- Mark Elbrecht snowball3 AT usa DOT net http://members.xoom.com/snowball3/