From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 534 invoked by alias); 12 Feb 2002 19:56:05 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 32618 invoked from network); 12 Feb 2002 19:55:59 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 12 Feb 2002 19:55:59 -0000 Received: from user-112vubf.biz.mindspring.com ([66.47.249.111] helo=cherry) by granger.mail.mindspring.net with smtp (Exim 3.33 #1) id 16aj1s-0005lk-00; Tue, 12 Feb 2002 14:55:52 -0500 Message-ID: <001b01c1b3ff$46981950$6600a8c0@cherry> From: "David Gluss" To: , "Peter J. Acklam" References: <8z9y4kbm.fsf@online.no> Subject: Re: /usr/bin/env - Incorrect parsing of #! line? Date: Tue, 12 Feb 2002 11:56:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-02/txt/msg00616.txt.bz2 I don't know if it's constructive to suggest an alternative trick, rather than trying to fix cygwin, in this forum. However, this might work for you: >------------ >: # -*-Mode: perl;-*- use perl, wherever it is >eval 'exec perl -wS $0 ${1+"$@"}' > if 0; >#!/usr/local/bin/perl -w >------------ DG ----- Original Message ----- From: "Peter J. Acklam" To: Sent: Tuesday, February 12, 2002 10:38 AM Subject: /usr/bin/env - Incorrect parsing of #! line? > I use different computers where Perl is installed different > places, so I can't hardcode the location of perl in the shebang > line. Thus, I use env, which works great on all UNIXes I work on, > for instance > > #!/usr/bin/env perl -w > > print "This is Perl version $]\n"; > > but on Cygwin I get > > /usr/bin/env: perl -w: No such file or directory > > why does Cygwin look for the file "perl -w". No UNIX I have > worked on would parse the shebang line that way. > > Peter > > -- > People say I'm indifferent, but I don't care. > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/