X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <20110530103233.329778cb0pcxgvtt@messagerie.si.c-s.fr> Date: Mon, 30 May 2011 10:32:33 +0200 From: EXCOFFIER Denis To: cygwin AT cygwin DOT com Subject: snapshot 20110528 works, 20110530 not MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello, The following script: ------------------------------------------------- #!/bin/csh -f /bin/ls /cygdrive | /bin/grep . set x = `/bin/ls /cygdrive | /bin/grep .` echo "zz $x zz" ------------------------------------------------- produces c e g h o p s zz c e g h o p s Broken pipe zz when run under the last snapshot (preceding snapshot was ok). "Broken" and "pipe" should not be there. I use XP SP3. Regards, Denis Excoffier. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple