From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5091 invoked by alias); 13 Feb 2002 22:13:13 -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 4984 invoked from network); 13 Feb 2002 22:13:07 -0000 Received: from unknown (HELO serv-075.icon-germany.local) (129.13.135.89) by sources.redhat.com with SMTP; 13 Feb 2002 22:13:07 -0000 Received: by serv-075.icon-germany.local with Internet Mail Service (5.5.2653.19) id ; Wed, 13 Feb 2002 23:16:51 +0100 Message-ID: From: Heribert Dahms To: "'Lassi A. Tuura'" , cygwin@cygwin.com Cc: "'pjacklam@online.no'" Subject: RE: /usr/bin/env - Incorrect parsing of #! line? Date: Wed, 13 Feb 2002 14:13:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-SW-Source: 2002-02/txt/msg00677.txt.bz2 Hi, another generic way would be a shell wrapper named "perl -w" somewhere in the PATH e.g. /usr/local/bin, so Peter wouldn't need to change a lot of scripts. Bye, Heribert (heribert_dahms@icon-scm.com) > -----Original Message----- > From: Lassi A. Tuura [SMTP:lassi.tuura@cern.ch] > Sent: Wednesday, February 13, 2002 20:15 > To: cygwin@cygwin.com > Subject: Re: /usr/bin/env - Incorrect parsing of #! line? > > > Find some other way to accomplish what you need to do. > > #!/usr/bin/env perl > BEGIN { $^W = 1; } > > $foo = 0; > > //lat > -- > No matter how hard you try, you can't make a baby in much less than > 9 months. Trying to speed this up *might* make it slower, but it > won't make it happen any quicker. > --RFC1925, "The Twelve Networking Truths" > -- 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/