X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <49BEF96D.8060809@cwilson.fastmail.fm> 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> Date: Mon, 16 Mar 2009 22:12:53 -0400 Message-ID: <2bf229d30903161912i582e954q91ad25a56c82b262@mail.gmail.com> Subject: Re: Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?] From: Chris Sutcliffe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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}' |\ Chris -- Chris Sutcliffe http://emergedesktop.org -- 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/