On 12/09/17 14:14, Yuri wrote:
None of these files are executed when bash is a user's default shell on FreeBSD. No special options were selected. Despite shell.c saying that they should be executed they just aren't.
The bug is that bash doesn't handle login situation when it isn't linked to sh.
When I have bash as a user shell (/usr/local/bin/bash) and it isn't redirected to sh, it fails to read ~/.profile.
Pleas fix this. Yuri