From 91fcb66ee9862222b472014ee227e8b5cb0e4a6b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 20 May 2008 10:12:44 +0000 Subject: tlmgr.pl: fix missing " git-svn-id: svn://tug.org/texlive/trunk@8246 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') 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; } -- cgit v1.2.3