Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 27 Dec 2002 16:50:45 -0500 From: "Pierre A. Humblet" To: cygwin AT cygwin DOT com Subject: Re: small tty problem? Re: Updated: cygwin-1.3.18-1 Message-ID: <20021227215045.GA35279159@HPN5170X> Mail-Followup-To: "Pierre A. Humblet" , cygwin AT cygwin DOT com References: <20021225233434 DOT GA5624 AT redhat DOT com> <3 DOT 0 DOT 5 DOT 32 DOT 20021225190753 DOT 00837100 AT h00207811519c DOT ne DOT client2 DOT attbi DOT com> <20021227024759 DOT GA14435 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021227024759.GA14435@redhat.com> User-Agent: Mutt/1.4i On Thu, Dec 26, 2002 at 09:47:59PM -0500, Christopher Faylor wrote: > >^ note "q" before the prompt. > > Interesting problem. Should be fixed in current cvs. Thanks Chris, looks fine here. But there is something similar... WinME, latest everything, Cygwin from cvs, CYGWIN undefined try.sh is a 5 line demo script # /bin/bash echo -n "Do you want to insert NL? (yes/no) " read answer echo "The answer was $answer" ~: ./try.sh Do you want to insert NL? (yes/no) yes The answer was yes ~: ssh localhost You are successfully logged in to this server!!! ~: ./try.sh Do you want to insert NL? (yes/no) yesThe answer was yes <= NO NL after yes <= Extra NL ~: Pierre P.S.: also during ssh session ~: echo hello hello ~: sh \w: echo hellohello \w: exit ~: -- 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/