From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1095 invoked from network); 25 Nov 2006 20:17:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,HTML_MESSAGE autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Nov 2006 20:17:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 23898 invoked from network); 25 Nov 2006 20:17:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Nov 2006 20:17:28 -0000 Received: (qmail 2911 invoked by alias); 25 Nov 2006 20:17:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23013 Received: (qmail 2899 invoked from network); 25 Nov 2006 20:17:25 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Nov 2006 20:17:25 -0000 Received: (qmail 23631 invoked from network); 25 Nov 2006 20:17:25 -0000 Received: from smtp2-g19.free.fr (212.27.42.28) by a.mx.sunsite.dk with SMTP; 25 Nov 2006 20:17:21 -0000 Received: from [192.168.3.1] (nor75-8-81-57-96-20.fbx.proxad.net [81.57.96.20]) by smtp2-g19.free.fr (Postfix) with ESMTP id 0865C7CEC; Sat, 25 Nov 2006 21:17:20 +0100 (CET) In-Reply-To: <061125113116.ZM16374@torch.brasslantern.com> References: <48AA2667-A59C-4B22-AC23-4CCF62857FE6@free.fr> <061125113116.ZM16374@torch.brasslantern.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: multipart/alternative; boundary=Apple-Mail-2--652437753 Message-Id: Cc: zsh-workers@sunsite.dk From: =?ISO-8859-1?Q?Une_B=E9vue?= Subject: Re: shebang problem Date: Sat, 25 Nov 2006 21:17:19 +0100 To: Bart Schaefer X-Mailer: Apple Mail (2.752.2) --Apple-Mail-2--652437753 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Le 25 nov. 06 =E0 20:31, Bart Schaefer a =E9crit : > > My suspicion is that perhaps there's another file named "ruby" =20 > somewhere > in your path that is not the executable you think it is. > no, no, thanks very much for your help, in fact it is my fault. the error message was speaking about line n=B0 8, obviously i had a =20 look to this line and the lines above. EXCEPT ONE : THE FIRST my mistake was, instead of writing as shebang : #!/usr/bin/env ruby -w i wrote : #/usr/bin/env ruby -w not easy to see in a text file that the "!" is missing... i had to do a ktrace to find that ;-) i enjoy very much zsh anyway. have a good week-end ! Yvon --Apple-Mail-2--652437753 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1
Le 25 nov. 06 =E0 = 20:31, Bart Schaefer a =E9crit :


My suspicion is that perhaps there's another file named = "ruby" somewhere

in your path that is not the executable you think it = is.




no, no, thanks very much = for your help, in fact it is my fault.

the error message was = speaking about line n=B0 8, obviously i had a look to this line and the = lines above.

EXCEPT ONE : THE = FIRST

my = mistake was, instead of writing as shebang :

#!/usr/bin/env ruby = -w

i wrote = :

#/usr/bin/env= ruby -w

not = easy to see in a text file that the "!" is missing...

i had to do a ktrace to = find that ;-)

i= enjoy very much zsh anyway.

have a good week-end = !

Yvon

= --Apple-Mail-2--652437753--