On Tue, 09 Oct 2007 14:49:05 +0200
Francesco Riosa <[EMAIL PROTECTED]> wrote:

> Roy Marples ha scritto:
> > On Tue, 2007-10-09 at 13:17 +0200, Alexis Ballier wrote:
> >   
> >>> if [ "${f/config/}" != "${f}" ]
> >>> Should be
> >>> if [ "${f#*config*}" != "${f}" ]
> >>>       
> Should be
> 
> if [ "${f#*config}" != "${f}" ]
> 
> the 2nd asterisk is not needed, symmetry apart
> 

just removed it


Alexis.

Attachment: signature.asc
Description: PGP signature

Reply via email to