Bugzilla – Bug 158467
/etc/bash.bashrc may overwrite user values of HISTFILE and VISUAL
Last modified: 2006-03-16 14:39:19 UTC
/etc/bash.bashrc may overwrite values of HISTFILE and VISUAL set by the user in $HOME/.profile. It would be more considerate to check whether these variables are already set before assigning them new values.
Created attachment 73128 [details] Patch
Fixed