add directory bin

This commit is contained in:
gohigh
2024-02-19 00:21:52 -05:00
parent 1b1e027f34
commit 42f484790f
611 changed files with 242668 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
The patches enclosed are for the released version of bash 1.05.
All of the bugs specific to Bash 1.05 have been fixed (as far as they
have been reported), and some older bugs as well.
This is the first time that I have made patches available This is
because Bash is approaching a stable state.
You can apply these patches to a pristine version of Bash 1.05 by
running the `patch' program with bash-1.05-patches as input in the
distribution directory:
patch <bash-1.05-patches
As always, please send bug reports to bug-bash@prep.ai.mit.edu.
If you have a large patch to Bash, especially one which is complex, I
would suggest that you send it to bash-maintainers@ai.mit.edu, so that
we can correspond with you and keep the source in sync.
Thanks for using Bash,
Brian Fox