------ art_12933_17990452.1201987529818 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Feb 2, 2008 1:13 PM, Daniel Brumbaugh Keeney <devi.webmaster / gmail.com> wrote: > On Feb 2, 2008 11:57 AM, Christian Roese <croese / gmail.com> wrote: > > Does anyone know why I can type this at the cmd line: > > > > /usr/bin/env ruby -w > > > > and get the correct functionality, but if I use this line in the shebang > > line of my .rb files, I get an error from env stating that "ruby -w > can't be > > found"? If I change the line to use just ruby (without the -w option), > it > > works perfectly. I've seen plenty of programs scattered around the net > that > > use that same line in a shebang line so I know it should work. > > > > Any help would be greatly appreciated! > > > > -- > > Christian Roese > > http://en.wikipedia.org/wiki/Shebang_(Unix)#Portability<http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability> > > Daniel Brumbaugh Keeney > > Does this mean I'm hosed on my linux system and I'll have to use either /usr/local/bin/ruby -w or /usr/bin/env ruby (without the -w switch) in my programs? Is there any way to delimit these args so that env sees them as 2 args instead of one whole string? -- Christian Roese ------ art_12933_17990452.1201987529818--