delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/02/14/17:02:20

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: <OFCED25DDD.7A340E7E-ON88256FA8.0078F1A0-88256FA8.0078FF99@mck.us.ray.com>
From: Arthur I Schwarz <Arthur_I_Schwarz AT raytheon DOT com>
Date: Mon, 14 Feb 2005 14:01:34 -0800
MIME-Version: 1.0
X-SPAM: 0.00




I think this is an error?

     star="*"
     echo $star  == <directory> looks good
     star=*
     echo $star  == <directory> looks good

     star='*'
     echo $star  == <directory> shouldn't this be *?
     star=\*
     echo $star  == <directory> 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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019