This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: /usr/bin/env - Incorrect parsing of #! line?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]