Bug#379696: ~/bin handled incorrectly in .bashrc and .bash_profile

2024-04-05 Thread Gioele Barabucci
Control: found -1 5.2.21-2 Control: tags -1 patch Bug #904930 contains a patch to fix this issue. [1] https://bugs.debian.org/904930

Bug#379696: ~/bin handled incorrectly in .bashrc and .bash_profile

2016-07-03 Thread robert
Package: bash Version: 4.3-15 Followup-For: Bug #379696 Dear Maintainer, I decided to add some info in case you think this may help to close this bug. The issue regarding the $PATH differences between GUI and CLI sessions can be solved creating a .xsessionrc file with the desired variables as

Bug#379696: ~/bin handled incorrectly in .bashrc and .bash_profile

2007-04-23 Thread Josh Triplett
Package: bash Version: 3.1dfsg-8 Followup-For: Bug #379696 I think the only correct solution here requires moving the check from /etc/skel/.bash_profile to /etc/skel/.bashrc , and explicitly checking if the directory already exists in $PATH before adding it. - Josh Triplett -- System

Bug#379696: ~/bin handled incorrectly in .bashrc and .bash_profile

2006-07-24 Thread Jack Carroll
Package: bash Version: 3.1-4 In Debian etch, the following lines appear in ~/.bash_profile: # set PATH so it includes user's private bin if it exists if [ -d ~/bin ] ; then PATH=${HOME}/bin:${PATH} fi If the user logs in from a text-mode screen, .bash_profile executes and