del doesn't exist PATH dirs in bashrc
This commit is contained in:
parent
717f584130
commit
7fdd388935
@ -1,6 +1,6 @@
|
|||||||
Name: bash
|
Name: bash
|
||||||
Version: 5.2.15
|
Version: 5.2.15
|
||||||
Release: 9
|
Release: 10
|
||||||
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
|
||||||
@ -162,6 +162,9 @@ make check
|
|||||||
%exclude %{_infodir}/dir
|
%exclude %{_infodir}/dir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 wangyuhang <wangyuhang27@huawei.com> - 5.2.15-10
|
||||||
|
- del doesn't exist PATH dirs in bashrc
|
||||||
|
|
||||||
* Wed May 08 2024 xiaozai <xiaozai@kylinos.cn> -5.2.15-9
|
* Wed May 08 2024 xiaozai <xiaozai@kylinos.cn> -5.2.15-9
|
||||||
- fix for a crash if one of the expressions in an arithmetic for command expands to NULL
|
- fix for a crash if one of the expressions in an arithmetic for command expands to NULL
|
||||||
|
|
||||||
|
|||||||
@ -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