Re: bash login shell detection broken using default compile options

2023-03-16 Thread Martin Schulte
Hello Tycho! > the login shell detection (leading dash: -bash) is apparently broken - at > least, ~/.bashrc is not sourced. As far as I understand the manual ~/.bashrc is not sourced from a login-shell, see https://www.gnu.org/software/bash/manual/bash.html#Bash-Startup-Files At least in Debia

Re: bash login shell detection broken using default compile options

2023-03-16 Thread Greg Wooledge
On Thu, Mar 16, 2023 at 05:21:23PM +0100, Tycho Kirchner wrote: > Hi, > when compiling bash with a plain > > mkdir build; cd build; ../configure && make > > the login shell detection (leading dash: -bash) is apparently broken - at > least, ~/.bashrc is not sourced. What you're referring to is a

bash login shell detection broken using default compile options

2023-03-16 Thread Tycho Kirchner
Hi, when compiling bash with a plain mkdir build; cd build; ../configure && make the login shell detection (leading dash: -bash) is apparently broken - at least, ~/.bashrc is not sourced. This happens in all tested versions, from 4.4 until the latest release 5.2.15. Interestingly, using distrib