Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Apparently-From: <earnie?boyd@yahoo.com>
Message-ID: <3A5B80F4.8D506F41@yahoo.com>
Date: Tue, 09 Jan 2001 16:21:56 -0500
From: Earnie Boyd <earnie_boyd@yahoo.com>
Reply-To: cygwin@cygwin.com
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.171 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: gerrit.haase@t-online.de
CC: greenius <steven@greenius.co.uk>, cygwin@cygwin.com
Subject: Re: Trivial Error with autoscan script
References: <3A5AD416.1249.192D1AD@localhost>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

"Gerrit P. Haase" wrote:

> <9 Jan 2001, 0:23 Uhr wars, als greenius folgendes schrub:>
> < Trivial Error with autoscan script >
>
> > The script /usr/bin/autoscan which is used to create an initial configure.in
> > to use with autoconf and automake has as its first line:
> >   #! /usr/local/bin/perl
> > But Cygwin installs perl into /usr/bin so attempting to run this script
> > gives a program not found error.
> > Simple solution is to edit /usr/bin/autoscan and remove the /local
>
> Check all your scripts and change the sharpbang / shebang / sharp bang /
> she bang to:
>
> #!/usr/bin/env perl
>
> Taken from perl-5.6.1-1-README by E. Fifer:
>
> See `perldoc perlrun' for more details.  In particular, it explains the
> "#!/usr/bin/env perl" trick as well as other tips on what you should use
> as the first line of your program.
>

Yes, this works for tclsh, wish, myownshell, etc as well.  It is such a
convenience that the FHS should descibe it in the /bin directory.

Cheers,
Earnie.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

