From: Marc Heiler Date: 2008-07-01T05:31:45+09:00 Subject: Re: changing the shebang of ruby files best way ? Actually relying on env in itself as absolute path is pretty weird. After all, env is supposed to do away with the problems imposed by the FHS. I wonder whether the first shebang line could not just simply be "env" instead (or the binary in question, without absolute path) and then there would be a simple file where one could tell env which path should be used. -- Posted via http://www.ruby-forum.com/.