"Matthias, PATH already is exported BUT without $HOME/bin path. You are
wrong and the issue is a bug."

You say that PATH is already exported before that bit of .profile. If
PATH is already exported, then changing its value does not require it to
be exported again. Demonstration:

  $ export FOO=bar
  $ sh -c 'echo "$FOO"'
  bar
  $ FOO=foo
  $ sh -c 'echo "$FOO"'
  foo

-- 
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