Mail Archives: djgpp-workers/1999/01/25/19:20:44
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/
- Raw text -