From 00f8cb0395773b1281073b3d9b3eac3f58d2b0ce Mon Sep 17 00:00:00 2001 From: wangyuhang Date: Fri, 22 Nov 2024 16:35:28 +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 0f57c1c..d423e31 100644 --- a/bash.spec +++ b/bash.spec @@ -2,7 +2,7 @@ Name: bash Version: 5.2.15 -Release: 13 +Release: 14 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -168,6 +168,9 @@ make check %exclude %{_infodir}/dir %changelog +* Fri Nov 22 2024 wangyuhang - 5.2.15-14 +- del doesn't exist PATH dirs in bashrc + * Wed Nov 20 2024 wangyuhang -5.2.15-13 - remove the log message for failing to open cmdline, and ensure that the mayexec function does not modify the value of errno. 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