[tex-live] Missing quoting in tlmgr when making formats

Mojca Miklavec mojca.miklavec.lists at gmail.com
Sat May 11 11:46:27 CEST 2013


On Thu, May 9, 2013 at 4:12 AM, Norbert Preining wrote:
>
> I fixed all of them and committed it. Will be in tomorrows (not today's)
> tlpretest.

Thank you. But I have another report (one for you and one for me):

> tlmgr check runfiles
ls: /Users/mojca/app/tex/tl/i: No such file or directory
ls: 2013/bin: No such file or directory
# hyph-th.tex
diff /Users/mojca/app/tex/tl/i
2013/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex
/Users/mojca/app/tex/tl/i
2013/texmf-dist/tex/generic/thailatex/hyph-th.tex
# loadhyph-th.tex
diff /Users/mojca/app/tex/tl/i
2013/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex
/Users/mojca/app/tex/tl/i
2013/texmf-dist/tex/generic/thailatex/loadhyph-th.tex

I had to change
  (my $non_normal = `ls $Master/bin`) =~ s/\n/\$|/g; # binaries
into
  (my $non_normal = `ls "$Master/bin"`) =~ s/\n/\$|/g; # binaries
to make it stop complaining.

(I also saw
        print "# $f\ndiff $Master/$copies[$i-1] $Master/$copies[$i]\n";
but that's probably just user output (above).)

Mojca


More information about the tex-live mailing list