Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20020222123545.03dadeb0@imap.local.mscha.org> X-Sender: ml AT imap DOT local DOT mscha DOT org (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Feb 2002 12:38:46 +0100 To: pjacklam , cygwin AT cygwin DOT com From: Michael Schaap Subject: Re: /usr/bin/env - Incorrect parsing of #! line? In-Reply-To: <3C765D91@epostleser.online.no> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed At 09:53 22-2-2002, pjacklam wrote: >I know, but cygwin respects shebang lines (e.g., a text >file in the path starting with the line "#!/bin/gawk" >will really be run by gawk), so I'm sure there is a way >to get this working right. I just haven't found it yet. Well, someone(*) posted a solution that should work for you: Create a wrapper script, e.g. '/usr/local/bin/perl -w', with contents #!/bin/sh perl -w $* - Michael (*): Sorry, don't remember who suggested this. And this thread has become _way_ too long to find it back... -- I always wondered about the meaning of life. So I looked it up in the dictionary under "L" and there it was - the meaning of life. It was not what I expected. - Dogbert -- 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/