Yesteday I installeld RVM on my Mac. RVM is a version Manager for Ruby. I wanted install ruby 1.9.2 with rvm.
rvm install 1.9.2
After a while I got this Message:
/Users/robert/.rvm/scripts/manage: line 135: syntax error in conditional expression: unexpected token `;' /Users/robert/.rvm/scripts/manage: line 135: syntax error near `;' /Users/robert/.rvm/scripts/manage: line 135: ` if [[ -d "$directory" && "$directory" != '/']] ; then'
Thanks! Installing Ruby via MacPorts was more successful.