summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
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") {