del doesn't exist PATH dirs in bashrc

This commit is contained in:
wangyuhang 2023-12-07 14:55:55 +08:00
parent f9aa6c3320
commit 133e8ff2a0
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: bash
Version: 5.0
Release: 20
Release: 21
Summary: It is the Bourne Again Shell
License: GPLv3
URL: https://www.gnu.org/software/bash
@ -136,6 +136,9 @@ make check
%exclude %{_infodir}/dir
%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
- sync patches from bash community

View File

@ -2,5 +2,4 @@
[ -f /etc/bashrc ] && . /etc/bashrc
# User environment PATH
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
export PATH