From: Daniel DeLorme Date: 2007-02-03T12:25:21+09:00 Subject: Re: proper usr/bin/env ruby shebang Nobuyoshi Nakada wrote: > Do not rely on /usr/bin/env, it may not exist. Also, /usr/bin/env relies on the $PATH env variable, so if you try to run this as a cron job it will fail because $PATH is not set. Daniel