Under cygwin, TexFiles.py and TexFiles.sh generate identical files.

Under a dos prompt, using mingw/sh,

sh TexFiles.sh generates
C:/texmf/bibtex/bib/apacite/apa5ex.bib
C:/texmf/bibtex/bib/base/test.bib

while python TexFiles.py generates

C:/texmf/bibtex/bib\apacite\apa5ex.bib
C:/texmf/bibtex/bib\base\test.bib
C:/texmf/bibtex/bib\base\xampl.bib

Both are wrong in some sense. Should I change the behavior of
TeXFiles.py? Note that the path returned from miktex uses /, and
python os.path.join uses \.

Bo

Reply via email to