On Mar 17, 2007, at 12:19 PM, Walter Lee Davis wrote:
I read through the important part twice, and I don't see how it applies here. The ruby is working:
Last login: Sat Mar 17 01:15:57 on console Welcome to Darwin! gray:~ waltd$ ruby -v ruby 1.8.4 (2005-12-24) [powerpc-darwin7.9.0] gray:~ waltd$ which ruby /usr/local/bin/ruby gray:~ waltd$ echo $PATH /usr/local/bin:/usr/local/sbin:/usr/local/mysql:/usr/local/mysql/bin:/ usr/local:/usr/local/php5:/usr/local/php5/bin:/bin:/sbin:/usr/bin:/ usr/sbin gray:~ waltd$
Is there something I should adjust in my path, or in the PHP Bundle?
I opened the Bundle Editor, changed the shebang line to /usr/local/bin/ruby, and the validator started working. But I am thinking this is a fragile change, and will break on the next update.
Walter