From: john DOT turner AT pobox DOT com (John A. Turner) Subject: b20.1: binmode and pipes 7 Dec 1998 06:31:16 -0800 Message-ID: <366B51E5.53DB9026.cygnus.gnu-win32@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Cygwin mailing list OK, I must admit that I've tried to steer clear of the whole text/binary thing since it wasn't presenting any problems for me. But it appears that something has changed between b19 and b20.1. As part of my build process I run a gawk script and pipe the output through sort and uniq to generate dependencies. In b19 this worked fine. In b20.1, the gawk part works fine, but as soon as it goes through the pipe to sort, each line has an extra ^M. Needless to say this confuses things. Possibly relevant settings: MAKE_MODE=unix CYGWIN="notitle tty" I tried adding nobinmode to CYGWIN, but that didn't change anything. I have no binary mounts (in fact no mounts at all). Is there something simple I can add to CYGWIN or something or am I just going to have to bite the bullet and strip them at the end of the pipe myself? Thanks... -- John A. Turner Blue Sky | VIFX - http://www.blueskystudios.com/ "Bunny" - http://bunny.blueskystudios.com/ (a new fully computer-generated animated short film) Los Alamos Nat Lab - http://www.lanl.gov/home/turner/ Personal - http://john.turner.org/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".