I have a path that starts like this
PATH=/opt/subversion:/usr/bin:/bin:/usr/sbin:/sbin [etc]
and this is wrong (at least opt/subversion needs to be opt/subversion/bin). Where is this being set? I checked the usual suspects that I know:
.login
.profile
.bash
.bashrc
and it doesn't seem to be in any of these. Where do I need to look?