On 7 Jul 2001, at 12:29, Jens Roesner wrote:
> > Well if you're running it from a DOS-style shell, get rid of the
> > single quotes I put in there, i.e. try -Ibmaj*
> Oh, I guess that was rather stupid of me.
Not really if you've never used a UNIX-style shell.
> However, the windows version will only work with
> -I/bmaj or -Ibmaj.roesner, not with anything like -I/bmaj* oder
> -I/bmaj?roesner
> :(
> Reasons?
> (I also tried -Iaj.r which also did not work...
That would be due to the function 'proclist' in utils.c which seems
to strip initial '/' from the -I/-X directories only when doing a
front-string comparison and not when doing a wildcard comparison. The
initial '/' of any URL directories is stripped anyway, so this
implies that if you want to do wildcard matches on included/excluded
directories you can't specify an initial '/' on the -I/-X directories
on the command line.
I'm not sure if the above behaviour is a bug or a feature.