diff options
author | Norbert Preining <preining@logic.at> | 2009-05-01 10:20:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-01 10:20:47 +0000 |
commit | 96286fb1239e299d3d33baf30cdbee3b8e85e551 (patch) | |
tree | b09c9f4351d268e30aea1c602cf5ee2028d546ec /Master | |
parent | 9a58eab166039957293cae1dea9cfdab0eebc289 (diff) |
fix stupid error
git-svn-id: svn://tug.org/texlive/trunk@12902 c570f23f-e606-0410-a88d-b1316a301751
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") { |