Folks,
the current texi2dvi (both version 1.122 which is part of the current TeXLive repository and 1.132 which is part of the current texinfo repository) no longer handles TEXINPUTS values correctly which contain braces. For example, version 1.34 (part of texinfo 4.8) did. My shell is bash 3.1.17, on a GNU/Linux box. This is a serious regression which should be fixed ASAP. Werner ====================================================================== > mkdir a > cd a > ln -s /usr/local/TeXLive/Master/texmf-dist/tex/latex/cjk/CJK.sty CJK.sty > cd .. > TEXINPUTS=/home/wl/zzz/a: texi2dvi zzz.tex ... (./zzz.tex (/usr/local/TeXLive/Master/texmf-dist/tex/latex/base/article.cls (/usr/local/TeXLive/Master/texmf-dist/tex/latex/base/size10.clo)) (/home/wl/zzz/a/CJK.sty (/usr/local/TeXLive/Master/texmf-dist/tex/latex/cjk/mule/MULEenc.sty) (/usr/local/TeXLive/Master/texmf-dist/tex/latex/cjk/CJK.enc)) (./zzz.aux) [1] (./zzz.aux) ) > TEXINPUTS=/home/wl/zzz/{a}: texi2dvi zzz.tex ... (./zzz.tex (/usr/local/TeXLive/Master/texmf-dist/tex/latex/base/article.cls (/usr/local/TeXLive/Master/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/TeXLive/Master/texmf-dist/tex/latex/cjk/CJK.sty (/usr/local/TeXLive/Master/texmf-dist/tex/latex/cjk/mule/MULEenc.sty) (/usr/local/TeXLive/Master/texmf-dist/tex/latex/cjk/CJK.enc)) (./zzz.aux) [1] (./zzz.aux) )