From 85de9e4dc427fe18b99c62fa88264271fabacefa Mon Sep 17 00:00:00 2001 From: wangyuhang Date: Thu, 7 Dec 2023 14:55:55 +0800 Subject: [PATCH] del doesn't exist PATH dirs in bashrc --- bash.spec | 5 ++++- dot-bashrc | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index da34eb3..eb23875 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 8212e78..508de91 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 -- Gitee