Date: Tuesday, January 4, 2011 @ 10:33:34 Author: allan Revision: 104609
do not source /etc/bash.bashrc.local as it is non-standard and /etc/bash.bashrc can be directly edited Modified: bash/trunk/system.bashrc ---------------+ system.bashrc | 1 - 1 file changed, 1 deletion(-) Modified: system.bashrc =================================================================== --- system.bashrc 2011-01-04 15:30:53 UTC (rev 104608) +++ system.bashrc 2011-01-04 15:33:34 UTC (rev 104609) @@ -21,4 +21,3 @@ esac [ -r /etc/bash_completion ] && . /etc/bash_completion -[ -r /etc/bash.bashrc.local ] && . /etc/bash.bashrc.local
