diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 22c9adf3410..9c0cbb99770 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -40,7 +40,7 @@ BEGIN { $ENV{"PATH"} = "$mydir:$ENV{PATH}"; $kpsewhichname = "kpsewhich.exe"; } else { - kpsewhichname = "kpsewhich"; + $kpsewhichname = "kpsewhich"; } # if (! -r "$mydir/$kpsewhichname") { |