| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <49BF2EDD.3040606@cwilson.fastmail.fm> |
| Date: | Tue, 17 Mar 2009 01:02:21 -0400 |
| From: | Charles Wilson <cygwin AT cwilson DOT fastmail DOT fm> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?] |
| References: | <49BDE52A DOT 80100 AT veritech DOT com> <20090316131743 DOT GC23977 AT ednor DOT casa DOT cgf DOT cx> <49BE6A68 DOT 9040705 AT veritech DOT com> <49BEF96D DOT 8060809 AT cwilson DOT fastmail DOT fm> <2bf229d30903161912i582e954q91ad25a56c82b262 AT mail DOT gmail DOT com> |
| In-Reply-To: | <2bf229d30903161912i582e954q91ad25a56c82b262@mail.gmail.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Chris Sutcliffe wrote:
> Minor tweak to the proposed shell script fix to make it work. This:
>
>> xargs file | grep 'ASCII troff' | awk -F: '{print $1}' |\
>
> Should be this:
>
>> xargs file | grep 'ASCII text' | awk -F: '{print $1}' |\
It depends on which version of 'file' you are using. On cygwin-1.7, the
current version of file:
$ file -version
file-5.00
reports ASCII text.
On cygwin-1.5, the current version of file
$ file -version
file-4.21
reports ASCII troff.
--
Chuck
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |