On 8/23/06, Anthony Eden <[EMAIL PROTECTED]> wrote: > Just out of curiosity, why not use /usr/bin/env ruby or just put a symbolic > link on different machines. If they are all variations of unix either of > these approaches should work, no?
I have seen gems which use flags on the shebang, which env cannot understand on some platforms. The symbolic link won't work for my particular purposes since the gems are installed on a shared network drive. I would propose that we have a command line option that would change the shebang to '#!/usr/bin/env ruby', and an option that let one set specifically the shebang. -- Jim Freeze _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
