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/