Hi !

>> No, it already reads /etc/profile before setting HISTFILE. But it
>> doesn't read $HOME/.profile at all, should I send a patch to bring it
>> in line with ash and other shells?

The idea behind this is, that /etc/profile may source $HOME/.profile if
this is required, e.g.

# somewhere at the end of /etc/profile
[ -r $HOME/.profile ] && . $HOME/.profile

So why adding this to Busybox binary?

--
Harald
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to