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]

Re: grog assumes /usr/local/bin/perl


Scott Brim schrieb am 2001-10-02, 12:32:

>The grog script (part of groff) begins with #!/usr/local/bin/perl which
>doesn't exist.  A simple symbolic link from /usr/bin/perl.exe works.  I
>don't know which way you would want to fix the distribution.  FYI.
>
>..Scott

#!/usr/bin/env perl
# grog -- guess options for groff command
# Inspired by doctype script in Kernighan & Pike, Unix Programming
# Environment, pp 306-8.

That is the head of 'my' grog script.
And I think this /usr/bin/env perl should work well on cygwin.

Gerrit


-- 
=^..^=

--
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]