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 Subject: Bash error in quote handling To: cygwin AT cygwin DOT com Message-ID: From: Arthur I Schwarz Date: Mon, 14 Feb 2005 14:01:34 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-SPAM: 0.00 I think this is an error? star="*" echo $star == looks good star=* echo $star == looks good star='*' echo $star == shouldn't this be *? star=\* echo $star == shouldn't this be *? star='\*' echo $star == \* shouldn't this be *? star="\*" echo $star == \* shouldn't this be *? bash 2.0.5b Cygwin 1.5.9-1 -- 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/