22 Jul
2005
22 Jul
'05
8:53 a.m.
Pawel Jackowski wrote:
It's the shell:
pdfetex -ini \*z.tex
works :-)
The same shell with the same command works fine WITHOUT espace on pdfTeX 1.20a :(
Are you sure? Under bash, the behaviour of the pathname expansion can be somewhat controlled by a variable called nullglob: [taco@glenlivet context]$ shopt -p nullglob shopt -u nullglob [taco@glenlivet context]$ shopt -s nullglob [taco@glenlivet context]$ echo *pdftex [taco@glenlivet context]$ shopt -u nullglob [taco@glenlivet context]$ echo *pdftex *pdftex So perhaps that (or something like that) is what is causing the difference? Taco