diff options
author | Norbert Preining <preining@logic.at> | 2008-05-20 10:12:44 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-20 10:12:44 +0000 |
commit | 91fcb66ee9862222b472014ee227e8b5cb0e4a6b (patch) | |
tree | 22929b3d213e02ab3ba5adbc560359fd3644aa6b /Master/texmf/scripts | |
parent | ca990b32d08f8c2b14cd334edefba8b282ac362e (diff) |
tlmgr.pl: fix missing "
git-svn-id: svn://tug.org/texlive/trunk@8246 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-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 fefd4333c22..55f2ec8fd48 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -575,7 +575,7 @@ sub action_update { } foreach my $pkg (@todo) { next if ($pkg =~ m/^00texlive/); - if (win32() && (($pkg eq "texlive-infra) || ($pkg eq "bin-texlive"))) { + if (win32() && (($pkg eq "texlive-infra") || ($pkg eq "bin-texlive"))) { info("We cannot upgrade $pkg on win32, since we are running it!\n"); next; } |