Bug#420752: bash: Ignores ENV and BASH_ENV

2024-05-15 Thread Gioele Barabucci
Control: tags -1 moreinfo On Tue, 24 Apr 2007 14:56:08 +0100 Tony Houghton wrote: I want to add ${HOME}/bin to my PATH for non-interactive shells as well as interactive ones. I tried to do this by adding: ENV=/etc/home_path BASH_ENV=/etc/home_path Hi, for the record, ENV/BASH_ENV

Bug#420752: bash: Ignores ENV and BASH_ENV

2007-04-24 Thread Tony Houghton
Package: bash Version: 3.1dfsg-8 Severity: normal I want to add ${HOME}/bin to my PATH for non-interactive shells as well as interactive ones. I tried to do this by adding: ENV=/etc/home_path BASH_ENV=/etc/home_path to /etc/environment and creating /etc/home_path: #!/bin/sh if