del doesn't exist PATH dirs in bashrc
This commit is contained in:
parent
f9aa6c3320
commit
133e8ff2a0
@ -1,6 +1,6 @@
|
|||||||
Name: bash
|
Name: bash
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 20
|
Release: 21
|
||||||
Summary: It is the Bourne Again Shell
|
Summary: It is the Bourne Again Shell
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://www.gnu.org/software/bash
|
URL: https://www.gnu.org/software/bash
|
||||||
@ -136,6 +136,9 @@ make check
|
|||||||
%exclude %{_infodir}/dir
|
%exclude %{_infodir}/dir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 7 2023 wangyuhang<wangyuhang27@huawei.com> - 5.0-21
|
||||||
|
- del doesn't exist PATH dirs in bashrc
|
||||||
|
|
||||||
* Mon Dec 4 2023 hongjinghao <hongjinghao@huawei.com> - 5.0-20
|
* Mon Dec 4 2023 hongjinghao <hongjinghao@huawei.com> - 5.0-20
|
||||||
- sync patches from bash community
|
- sync patches from bash community
|
||||||
|
|
||||||
|
|||||||
@ -2,5 +2,4 @@
|
|||||||
[ -f /etc/bashrc ] && . /etc/bashrc
|
[ -f /etc/bashrc ] && . /etc/bashrc
|
||||||
|
|
||||||
# User environment PATH
|
# User environment PATH
|
||||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user