On May 8, 2005, at 19:11, hadley wickham wrote:
When I try to use the TM command line tool, I get the following error:
RegisterProcess failed (error = -50) Abort trap
In your ~/.bash_profile do you have something like: export PATH="~/bin:$PATH" If so, change it to: export PATH="$HOME/bin:$PATH"