On 6/23/05, Allan Odgaard allan@macromates.com wrote:
echo $BASH_ENV and echo $PATH
Alan, thanks for the quick responses. I'll be on #textmate tomorrow night if I can't fix this.
The 2 other variables give:
echo $BASH_ENV/etc/profile echo $PATH/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/bin
I have subversion in /opt/local/bin. $TM_SVN is set to /opt/local/bin/svn
My .bash_profile has
export PATH=$PATH:/opt/local/bin export LC_CTYPE=en_US.UTF-8 export EDITOR="tm_wait"
It's all very strange, as it has all been working fine up untill recently.