Summary: | Duplicate user PATH entries in $PATH | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Tao <taocrismon> | |
Component: | bash | Assignee: | Siteshwar Vashisht <svashisht> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 29 | CC: | admiller, kasal, kdudka, ssbarnea, svashisht | |
Target Milestone: | --- | Flags: | kdudka:
needinfo-
|
|
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | bash-4.4.23-6.fc29 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1667008 (view as bug list) | Environment: | ||
Last Closed: | 2019-01-19 02:26:07 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Bug Depends On: | ||||
Bug Blocks: | 1667008 |
Description
Chris Tao
2018-11-22 14:00:12 UTC
You can modify your .bashrc to: if ! [[ $PATH =~ "$HOME/.local/bin:$HOME/bin:" ]]; then PATH="$HOME/.local/bin:$HOME/bin:$PATH"; fi I will fix it through an update. (In reply to Siteshwar Vashisht from comment #1) > You can modify your .bashrc to: > > if ! [[ $PATH =~ "$HOME/.local/bin:$HOME/bin:" ]]; then > PATH="$HOME/.local/bin:$HOME/bin:$PATH"; fi > > I will fix it through an update. After modifying .bashrc and restarting bash, duplicate PATH is gone. Thank you for the fix. Review please https://src.fedoraproject.org/rpms/bash/pull-request/10 ? bash-4.4.23-6.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-9d006f6254 bash-4.4.23-6.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-9d006f6254 bash-4.4.23-6.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |