Subject: Re: [vserver] testfs.sh-0.20 patches
From: "Michael S. Zick" <mszick@morethan.org>
Date: Mon, 24 Aug 2009 11:39:37 -0500

On Mon August 24 2009, Tom Laermans wrote:
> On Sun, 2009-08-23 at 23:46 -0500, Corey Wright wrote:
> 
> > 4. uses "???" for test numbers on new tests which causes problems on
> > ubuntu.
> > 
> > (i have never seen "???" documented as a bash variable that expands to a
> > list of directories in the current directory, especially as i thought all
> > shell variables began with "$".)
> 
> Uhh, ??? in bash is just a list of all 3-character file/directorynames
> in the current directory.. ;)
> 

Toggle "file globbing" in your bash script.
Since 10? is all three character names whose first two characters are "10".

Mike
> Tom
> 
> 
>