It's a bug do the following code of the .profile script not sets
$HOME/bin to the user env.

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
    PATH=~/bin:"${PATH}"
fi

OR because the above code must be removed from .profile because it's not
working as expected.



** Changed in: bash (Ubuntu)
       Status: Invalid => New

-- 
user's 'bin' PATH isn't exported
https://bugs.launchpad.net/bugs/290918
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to