Imported from ../bash-2.02.1.tar.gz.

This commit is contained in:
Jari Aalto
1998-07-23 14:37:54 +00:00
parent cce855bc5b
commit bc4cd23ce9
23 changed files with 204 additions and 70 deletions

6
README
View File

@@ -1,7 +1,7 @@
Introduction
============
This is GNU Bash, version 2.01. Bash is the GNU Project's Bourne
This is GNU Bash, version 2.02.1. Bash is the GNU Project's Bourne
Again SHell, a complete implementation of the POSIX.2 shell spec,
but also with interactive command line editing, job control on
architectures that support it, csh-like features such as history
@@ -49,7 +49,7 @@ more ambitious script that attempts to do a more complete job.
Reporting Bugs
==============
Bug reports for bash-2.01 should be sent to:
Bug reports for bash-2.02.1 should be sent to:
bug-bash@prep.ai.mit.edu
@@ -67,7 +67,7 @@ bashbug directly with `make bashbug'. If you cannot build `bashbug',
please send mail to bug-bash@prep.ai.mit.edu with the following
information:
* the version number and release status of Bash (e.g., 2.01-release)
* the version number and release status of Bash (e.g., 2.02.1-release)
* the machine and OS that it is running on (look at the file
`.made' in the bash build directory)
* a list of the compilation flags or the contents of `config.h', if