!117 del doesn't exist PATH dirs in bashrc
From: @wangyuhang27 Reviewed-by: @licunlong Signed-off-by: @licunlong
This commit is contained in:
commit
65fc49a65a
@ -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
|
||||
|
||||
|
||||
@ -2,5 +2,4 @@
|
||||
[ -f /etc/bashrc ] && . /etc/bashrc
|
||||
|
||||
# User environment PATH
|
||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user