diff --git a/bash.spec b/bash.spec index da34eb317a8390f3d959e479a6d6832ff11ece12..eb238755ec3d2db4f142427fee8506c34ea92ce9 100644 --- a/bash.spec +++ b/bash.spec @@ -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 - 5.0-21 +- del doesn't exist PATH dirs in bashrc + * Mon Dec 4 2023 hongjinghao - 5.0-20 - sync patches from bash community diff --git a/dot-bashrc b/dot-bashrc index 8212e7880cad6a46dcd2896db1b449b75553ec92..508de917d6ba52acddbde252bc361f7dc251d6de 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -2,5 +2,4 @@ [ -f /etc/bashrc ] && . /etc/bashrc # User environment PATH -PATH="$HOME/.local/bin:$HOME/bin:$PATH" export PATH