Eric Hodel wrote: > On Feb 1, 2007, at 24:07, Charles Oliver Nutter wrote: >> Three changes thusfar: >> >> - Fix shebang lines in all installed scripts to #!/usr/bin/env jruby >> - Enable env_shebang by default for installs >> - change env_shebang line to #!/usr/bin/env jruby > > This will break any gem that adds flags to ruby on platforms that > have broken shebang handling (linux). I highly recommend using the > default.
The default won't work because our startup executable is named "jruby" and it's a script itself. It has to be env-based or it won't run. Other suggestions? - Charlie _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
