On Sep 22, 2006, at 11:47 AM, Jim Weirich wrote:
env do not support switches, particularly, linux. For example, #!/usr/bin/env ruby -w on linux gives $ ./test.rb /usr/bin/env: ruby -w: No such file or directory but works fine on sun and freebsd. What I would not like to do is introduce too many options. For example, 1. full path or env path 2. with switches or without switches. Maybe we will need this, but it seems to be getting a little complex. Jim Freeze Jim Freeze |
_______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
