From: Nathan Olberding Date: 2006-03-10T06:14:42+09:00 Subject: Re: "ruby myscript.rb" Works, "./myscript.rb" Doesn't Michael Gorsuch wrote: > wtf? I'm glad we're on the same page. :-) Now I don't feel so alone! > There isn't any whitespace or blank lines before: > > #!/usr/bin/ruby > > is there? nathan@vm1:~/public_html$ head -1 myscript.rb #!/usr/bin/ruby nathan@vm1:~/public_html$ Nada. -- Posted via http://www.ruby-forum.com/.