- Removed inaccuracies from %description (bug #178189).
This commit is contained in:
parent
50a91c9664
commit
39db8d74a6
@ -49,10 +49,7 @@ interpreter that is compatible with the Bourne shell (sh). Bash
|
|||||||
incorporates useful features from the Korn shell (ksh) and the C shell
|
incorporates useful features from the Korn shell (ksh) and the C shell
|
||||||
(csh). Most sh scripts can be run by bash without modification. This
|
(csh). Most sh scripts can be run by bash without modification. This
|
||||||
package (bash) contains bash version %{version}, which improves POSIX
|
package (bash) contains bash version %{version}, which improves POSIX
|
||||||
compliance over previous versions. However, many old shell scripts
|
compliance over previous versions.
|
||||||
will depend upon the behavior of bash 1.14, which is included in the
|
|
||||||
bash1 package. Bash is the default shell for Red Hat Linux. It is
|
|
||||||
popular and powerful, and you'll probably end up using it.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 2
|
%setup -q -a 2
|
||||||
@ -213,6 +210,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Removed inaccuracies from %%description (bug #178189).
|
||||||
|
|
||||||
* Fri Jan 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-5
|
* Fri Jan 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-5
|
||||||
- Fix 'exec -l /bin/bash'.
|
- Fix 'exec -l /bin/bash'.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user