- Removed 'unset USERNAME' from default .bash_profile (bug #196735).
This commit is contained in:
parent
6353abb092
commit
b67e48d757
@ -1,7 +1,7 @@
|
|||||||
Version: 3.1
|
Version: 3.1
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 15
|
Release: 16
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Url: http://www.gnu.org/software/bash
|
Url: http://www.gnu.org/software/bash
|
||||||
@ -234,6 +234,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 Jun 28 2006 Tim Waugh <twaugh@redhat.com> 3.1-16
|
||||||
|
- Removed 'unset USERNAME' from default .bash_profile (bug #196735).
|
||||||
|
|
||||||
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 3.1-15
|
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 3.1-15
|
||||||
- Updated requires patch to the ALT version.
|
- Updated requires patch to the ALT version.
|
||||||
|
|
||||||
|
@ -10,4 +10,3 @@ fi
|
|||||||
PATH=$PATH:$HOME/bin
|
PATH=$PATH:$HOME/bin
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
unset USERNAME
|
|
||||||
|
Loading…
Reference in New Issue
Block a user